Class RestRepositoryConfig
java.lang.Object
com.atlassian.bamboo.testutils.backdoor.model.RestRepositoryConfig
- Direct Known Subclasses:
RestRepositoryDefinition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
getName()
getScm()
getUrl()
boolean
isLfs()
void
setBambooSpecsEnabled
(boolean enableBambooSpecs) void
setBranchPath
(@Nullable String branchPath) void
setLfs
(boolean lfs) void
setLinkedRepositoryName
(String linkedRepositoryName) void
void
setPassword
(String password) void
setScm
(Repository.Scm scm) void
setSshKeyPath
(String sshKeyPath) void
void
setUserName
(String userName)
-
Constructor Details
-
RestRepositoryConfig
-
RestRepositoryConfig
public RestRepositoryConfig()
-
-
Method Details
-
getUserName
-
getPassword
-
getUrl
-
getScm
-
getName
-
getSshKeyPath
-
getBranchPath
-
isLfs
public boolean isLfs() -
getLinkedRepositoryName
-
getBambooSpecsEnabled
public boolean getBambooSpecsEnabled() -
setUserName
-
setPassword
-
setUrl
-
setScm
-
setName
-
setSshKeyPath
-
setBranchPath
-
setLfs
public void setLfs(boolean lfs) -
setLinkedRepositoryName
-
setBambooSpecsEnabled
public void setBambooSpecsEnabled(boolean enableBambooSpecs)
-