|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SVcsRoot
Server side class for the vcs root.
| Field Summary |
|---|
| Fields inherited from interface jetbrains.buildServer.vcs.VcsRoot |
|---|
SECURE_PROPERTY_PREFIX |
| Method Summary | |
|---|---|
void |
checkAccessibleFrom(SBuildType buildType)
Checks that VCS root with this scope is accessible from the specified build configuration |
java.lang.String |
getDescription()
|
int |
getModificationCheckInterval()
returns modification check interval in seconds |
VcsRootScope |
getScope()
Returns scope of this VCS root |
java.lang.String |
getVcsDisplayName()
Returns VCS plugin display name |
boolean |
isAccessibleFrom(SBuildType buildType)
Returns true if VCS roots with this scope are accessible from the specified build configuration. |
boolean |
isUseDefaultModificationCheckInterval()
Returns if 'use default modification check interval' mode is enabled for the root. |
void |
restoreDefaultModificationCheckInterval()
Switched to 'use default modification check interval' mode. |
void |
setModificationCheckInterval(int value)
Changes modification check interval for the root. |
| Methods inherited from interface jetbrains.buildServer.vcs.VcsRoot |
|---|
convertToPresentableString, convertToString, createSecureCopy, getId, getName, getProperties, getPropertiesHash, getProperty, getProperty, getRootVersion, getVcsName |
| Method Detail |
|---|
VcsRootScope getScope()
int getModificationCheckInterval()
void setModificationCheckInterval(int value)
value - seconds.boolean isUseDefaultModificationCheckInterval()
void restoreDefaultModificationCheckInterval()
boolean isAccessibleFrom(@NotNull
SBuildType buildType)
buildType - build configuration
void checkAccessibleFrom(@NotNull
SBuildType buildType)
throws InvalidVcsRootScopeException
buildType - build configuration
InvalidVcsRootScopeException - if VCS root is inaccessible@NotNull java.lang.String getDescription()
@Nullable java.lang.String getVcsDisplayName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||