public interface RemoteRepository extends Repository, NonVirtualRepository
MAVEN_2_REPO_LAYOUT| Modifier and Type | Method and Description |
|---|---|
long |
getAssumedOfflinePeriodSecs() |
java.lang.String |
getClientTlsCertificate() |
ContentSync |
getContentSync() |
int |
getFailedRetrievalCachePeriodSecs() |
java.lang.String |
getLocalAddress() |
int |
getMissedRetrievalCachePeriodSecs() |
java.lang.String |
getPassword() |
java.lang.String |
getProxy() |
int |
getRetrievalCachePeriodSecs() |
int |
getSocketTimeoutMillis() |
int |
getUnusedArtifactsCleanupPeriodHours() |
java.lang.String |
getUrl() |
java.lang.String |
getUsername() |
boolean |
isAllowAnyHostAuth() |
boolean |
isBypassHeadRequests() |
boolean |
isEnableCookieManagement() |
boolean |
isHardFail() |
boolean |
isListRemoteFolderItems() |
boolean |
isOffline() |
boolean |
isShareConfiguration() |
boolean |
isStoreArtifactsLocally() |
boolean |
isSynchronizeProperties() |
boolean |
isUnusedArtifactsCleanupEnabled() |
getPropertySets, isArchiveBrowsingEnabled, isBlackedOutgetCustomProperties, getDescription, getExcludesPattern, getIncludesPattern, getKey, getNotes, getRclass, getRepoLayoutRef, getRepositorySettings, getXraySettingsjava.lang.String getUrl()
java.lang.String getUsername()
java.lang.String getPassword()
java.lang.String getProxy()
boolean isHardFail()
boolean isOffline()
boolean isStoreArtifactsLocally()
int getSocketTimeoutMillis()
boolean isEnableCookieManagement()
boolean isBypassHeadRequests()
boolean isAllowAnyHostAuth()
java.lang.String getLocalAddress()
int getRetrievalCachePeriodSecs()
int getMissedRetrievalCachePeriodSecs()
int getFailedRetrievalCachePeriodSecs()
boolean isUnusedArtifactsCleanupEnabled()
int getUnusedArtifactsCleanupPeriodHours()
boolean isShareConfiguration()
boolean isSynchronizeProperties()
long getAssumedOfflinePeriodSecs()
boolean isListRemoteFolderItems()
ContentSync getContentSync()
java.lang.String getClientTlsCertificate()