| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| SiteContext |
|
| 1.0;1 |
| 1 | package org.kuali.maven.common; | |
| 2 | ||
| 3 | public interface SiteContext { | |
| 4 | public String getOrganizationGroupId(); | |
| 5 | ||
| 6 | public String getDownloadSnapshotPrefix(); | |
| 7 | ||
| 8 | public String getDownloadReleasePrefix(); | |
| 9 | ||
| 10 | public String getDownloadPrefix(); | |
| 11 | ||
| 12 | public String getBucket(); | |
| 13 | ||
| 14 | public String getHostname(); | |
| 15 | ||
| 16 | public String getPublicUrlProtocol(); | |
| 17 | ||
| 18 | public String getPublishUrlProtocol(); | |
| 19 | } |