public class RemoteRepositoryImpl extends NonVirtualRepositoryBase implements org.jfrog.artifactory.client.model.RemoteRepository
archiveBrowsingEnabledcustomProperties, repoLayoutRef, settings, xraySettings| Modifier | Constructor and Description |
|---|---|
protected |
RemoteRepositoryImpl(java.lang.String key,
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings,
org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings,
org.jfrog.artifactory.client.model.ContentSync contentSync,
java.lang.String description,
java.lang.String excludesPattern,
java.lang.String includesPattern,
java.lang.String notes,
boolean blackedOut,
java.util.List<java.lang.String> propertySets,
int failedRetrievalCachePeriodSecs,
boolean hardFail,
java.lang.String localAddress,
int missedRetrievalCachePeriodSecs,
boolean offline,
java.lang.String password,
java.lang.String proxy,
int retrievalCachePeriodSecs,
boolean shareConfiguration,
int socketTimeoutMillis,
boolean cookieManagementEnabled,
boolean allowAnyHostAuth,
boolean storeArtifactsLocally,
boolean synchronizeProperties,
boolean unusedArtifactsCleanupEnabled,
int unusedArtifactsCleanupPeriodHours,
java.lang.String url,
java.lang.String username,
java.lang.String repoLayoutRef,
long assumedOfflinePeriodSecs,
boolean archiveBrowsingEnabled,
boolean listRemoteFolderItems,
java.lang.String clientTlsCertificate,
java.util.Map<java.lang.String,java.lang.Object> customProperties,
boolean bypassHeadRequests) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getAssumedOfflinePeriodSecs() |
java.lang.String |
getClientTlsCertificate() |
org.jfrog.artifactory.client.model.ContentSync |
getContentSync() |
int |
getFailedRetrievalCachePeriodSecs() |
java.lang.String |
getLocalAddress() |
int |
getMissedRetrievalCachePeriodSecs() |
java.lang.String |
getPassword() |
java.lang.String |
getProxy() |
org.jfrog.artifactory.client.model.RepositoryType |
getRclass() |
int |
getRetrievalCachePeriodSecs() |
int |
getSocketTimeoutMillis() |
int |
getUnusedArtifactsCleanupPeriodHours() |
java.lang.String |
getUrl() |
java.lang.String |
getUsername() |
int |
hashCode() |
boolean |
isAllowAnyHostAuth() |
boolean |
isBypassHeadRequests() |
boolean |
isEnableCookieManagement() |
boolean |
isHardFail() |
boolean |
isListRemoteFolderItems() |
boolean |
isOffline() |
boolean |
isShareConfiguration() |
boolean |
isStoreArtifactsLocally() |
boolean |
isSynchronizeProperties() |
boolean |
isUnusedArtifactsCleanupEnabled() |
void |
setAllowAnyHostAuth(boolean allowAnyHostAuth) |
void |
setBypassHeadRequests(boolean bypassHeadRequests) |
void |
setClientTlsCertificate(java.lang.String clientTlsCertificate) |
void |
setEnableCookieManagement(boolean cookieManagementEnbaled) |
java.lang.String |
toString() |
getPropertySets, getXrayIndex, isArchiveBrowsingEnabled, isBlackedOut, setXrayIndexgetCustomProperties, getDescription, getExcludesPattern, getIncludesPattern, getKey, getNotes, getRepoLayoutRef, getRepositorySettings, getXraySettings, setRepositorySettings, setXraySettingsclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected RemoteRepositoryImpl(java.lang.String key,
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings,
org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings,
org.jfrog.artifactory.client.model.ContentSync contentSync,
java.lang.String description,
java.lang.String excludesPattern,
java.lang.String includesPattern,
java.lang.String notes,
boolean blackedOut,
java.util.List<java.lang.String> propertySets,
int failedRetrievalCachePeriodSecs,
boolean hardFail,
java.lang.String localAddress,
int missedRetrievalCachePeriodSecs,
boolean offline,
java.lang.String password,
java.lang.String proxy,
int retrievalCachePeriodSecs,
boolean shareConfiguration,
int socketTimeoutMillis,
boolean cookieManagementEnabled,
boolean allowAnyHostAuth,
boolean storeArtifactsLocally,
boolean synchronizeProperties,
boolean unusedArtifactsCleanupEnabled,
int unusedArtifactsCleanupPeriodHours,
java.lang.String url,
java.lang.String username,
java.lang.String repoLayoutRef,
long assumedOfflinePeriodSecs,
boolean archiveBrowsingEnabled,
boolean listRemoteFolderItems,
java.lang.String clientTlsCertificate,
java.util.Map<java.lang.String,java.lang.Object> customProperties,
boolean bypassHeadRequests)
public java.lang.String getUrl()
getUrl in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic java.lang.String getUsername()
getUsername in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic java.lang.String getPassword()
getPassword in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic java.lang.String getProxy()
getProxy in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isHardFail()
isHardFail in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isOffline()
isOffline in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isStoreArtifactsLocally()
isStoreArtifactsLocally in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic int getSocketTimeoutMillis()
getSocketTimeoutMillis in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isEnableCookieManagement()
isEnableCookieManagement in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic void setEnableCookieManagement(boolean cookieManagementEnbaled)
public boolean isBypassHeadRequests()
isBypassHeadRequests in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic void setBypassHeadRequests(boolean bypassHeadRequests)
public boolean isAllowAnyHostAuth()
isAllowAnyHostAuth in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic void setAllowAnyHostAuth(boolean allowAnyHostAuth)
public java.lang.String getLocalAddress()
getLocalAddress in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic int getRetrievalCachePeriodSecs()
getRetrievalCachePeriodSecs in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic int getMissedRetrievalCachePeriodSecs()
getMissedRetrievalCachePeriodSecs in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic int getFailedRetrievalCachePeriodSecs()
getFailedRetrievalCachePeriodSecs in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isUnusedArtifactsCleanupEnabled()
isUnusedArtifactsCleanupEnabled in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic int getUnusedArtifactsCleanupPeriodHours()
getUnusedArtifactsCleanupPeriodHours in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isShareConfiguration()
isShareConfiguration in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isSynchronizeProperties()
isSynchronizeProperties in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic boolean isListRemoteFolderItems()
isListRemoteFolderItems in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic org.jfrog.artifactory.client.model.ContentSync getContentSync()
getContentSync in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic org.jfrog.artifactory.client.model.RepositoryType getRclass()
getRclass in interface org.jfrog.artifactory.client.model.Repositorypublic long getAssumedOfflinePeriodSecs()
getAssumedOfflinePeriodSecs in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic java.lang.String getClientTlsCertificate()
getClientTlsCertificate in interface org.jfrog.artifactory.client.model.RemoteRepositorypublic void setClientTlsCertificate(java.lang.String clientTlsCertificate)
public boolean equals(java.lang.Object o)
equals in class NonVirtualRepositoryBasepublic int hashCode()
hashCode in class NonVirtualRepositoryBasepublic java.lang.String toString()
toString in class NonVirtualRepositoryBase