org.jfrog.build.extractor.clientConfiguration
Class ArtifactoryClientConfiguration.ResolverHandler

java.lang.Object
  extended by org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
      extended by org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
          extended by org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
              extended by org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ResolverHandler
Enclosing class:
ArtifactoryClientConfiguration

public class ArtifactoryClientConfiguration.ResolverHandler
extends ArtifactoryClientConfiguration.RepositoryConfiguration


Field Summary
 
Fields inherited from class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
log, props
 
Constructor Summary
ArtifactoryClientConfiguration.ResolverHandler()
           
 
Method Summary
 java.lang.String getBuildRoot()
           
 java.lang.String getContextUrl()
           
 java.lang.String getDownloadSnapshotRepoKey()
           
 java.lang.String getDownloadUrl()
           
 java.lang.String getMatrixParamPrefix()
           
 boolean isIvyRepositoryDefined()
           
 void setBuildRoot(java.lang.String buildRoot)
           
 void setContextUrl(java.lang.String contextUrl)
           
 void setDownloadSnapshotRepoKey(java.lang.String repoKey)
           
 void setIvyRepositoryDefined(boolean ivyRepositoryDefined)
           
 
Methods inherited from class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.RepositoryConfiguration
addMatrixParam, addMatrixParams, getIvyArtifactPattern, getIvyPattern, getMatrixParams, getName, getRepoKey, getUrl, getUrl, getUrlWithMatrixParams, isIvy, isM2Compatible, isMaven, setIvy, setIvyArtifactPattern, setIvyPattern, setM2Compatible, setMaven, setName, setRepoKey, setUrl, urlWithMatrixParams
 
Methods inherited from class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
getPassword, getUsername, setPassword, setUsername
 
Methods inherited from class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
getBooleanValue, getIntegerValue, getIntegerValue, getLog, getPrefix, getStringValue, getStringValue, setBooleanValue, setIntegerValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactoryClientConfiguration.ResolverHandler

public ArtifactoryClientConfiguration.ResolverHandler()
Method Detail

getDownloadUrl

public java.lang.String getDownloadUrl()

getContextUrl

public java.lang.String getContextUrl()
Specified by:
getContextUrl in class ArtifactoryClientConfiguration.RepositoryConfiguration

setContextUrl

public void setContextUrl(java.lang.String contextUrl)

isIvyRepositoryDefined

public boolean isIvyRepositoryDefined()

setIvyRepositoryDefined

public void setIvyRepositoryDefined(boolean ivyRepositoryDefined)

getBuildRoot

public java.lang.String getBuildRoot()

setBuildRoot

public void setBuildRoot(java.lang.String buildRoot)

getMatrixParamPrefix

public java.lang.String getMatrixParamPrefix()
Specified by:
getMatrixParamPrefix in class ArtifactoryClientConfiguration.RepositoryConfiguration

getDownloadSnapshotRepoKey

public java.lang.String getDownloadSnapshotRepoKey()

setDownloadSnapshotRepoKey

public void setDownloadSnapshotRepoKey(java.lang.String repoKey)