Class Repository

java.lang.Object
com.atlassian.bamboo.testutils.model.Repository

@Immutable public class Repository extends Object
  • Field Details

  • Constructor Details

    • Repository

      public Repository()
    • Repository

      public Repository(Repository base)
  • Method Details

    • builder

      public static Repository.Builder builder()
    • builder

      public static Repository.Builder builder(Repository repository)
    • getScm

      public Repository.Scm getScm()
    • getAuthenticationMethod

      public Repository.RepositoryAuthenticationType getAuthenticationMethod()
    • getKeyFile

      public String getKeyFile()
    • getUserName

      public String getUserName()
    • getPassword

      public String getPassword()
    • getRepositoryName

      public String getRepositoryName()
    • getRepositoryBranch

      public String getRepositoryBranch()
    • getRepositoryUrl

      public String getRepositoryUrl()
    • getAuthType

      public String getAuthType()
    • getSshCredentialsSource

      public String getSshCredentialsSource()
    • getSshKeyPath

      public String getSshKeyPath()
    • getSshPassPhrase

      public String getSshPassPhrase()
    • getStashProjectName

      public String getStashProjectName()
    • getStashRepositoryName

      public String getStashRepositoryName()
    • getRepositoryDescriptor

      public RepositoryDescriptor getRepositoryDescriptor()
    • getIncludeExcludeFileOption

      public String getIncludeExcludeFileOption()
    • getIncludeExcludeRegex

      public String getIncludeExcludeRegex()
    • getSharedCredentialName

      public String getSharedCredentialName()
    • isLfs

      public boolean isLfs()
    • setLfs

      public void setLfs(boolean lfs)
    • getLinkedRepositoryName

      public String getLinkedRepositoryName()
    • setLinkedRepositoryName

      public void setLinkedRepositoryName(String linkedRepositoryName)
    • isBambooSpecsEnabled

      public boolean isBambooSpecsEnabled()