Class CentralRepositoryConfiguration
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.configsRepo.CentralRepositoryConfiguration
-
public class CentralRepositoryConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CentralRepositoryConfiguration.Auth
-
Field Summary
Fields Modifier and Type Field Description static String
TC_DATA_DIR
-
Constructor Summary
Constructors Constructor Description CentralRepositoryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CentralRepositoryConfiguration.Auth
getAuth()
String
getBranch()
String
getRepositoryUrl()
boolean
isEnabled()
boolean
isSelfHosted()
void
setAuth(CentralRepositoryConfiguration.Auth auth)
void
setBranch(String branch)
void
setEnabled(boolean enabled)
void
setRepositoryUrl(String repositoryUrl)
void
setSelfHosted(boolean selfHosted)
-
-
-
Field Detail
-
TC_DATA_DIR
public static final String TC_DATA_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAuth
@Nullable public CentralRepositoryConfiguration.Auth getAuth()
-
setAuth
public void setAuth(CentralRepositoryConfiguration.Auth auth)
-
setSelfHosted
public void setSelfHosted(boolean selfHosted)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
setRepositoryUrl
public void setRepositoryUrl(String repositoryUrl)
-
setBranch
public void setBranch(String branch)
-
isSelfHosted
public boolean isSelfHosted()
-
getRepositoryUrl
@NotNull public String getRepositoryUrl()
-
getBranch
@NotNull public String getBranch()
-
-