public class VcsRootEntry extends VcsSettings
Constructor and Description |
---|
VcsRootEntry(VcsRoot vcsRoot,
CheckoutRules checkoutRules)
create VcsRootEntry
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
CheckoutRules |
getCheckoutRules() |
java.lang.String |
getCheckoutRulesSpecification() |
java.lang.String |
getSignature()
Returns signature of this VCS root entry.
|
int |
hashCode() |
java.lang.String |
toString() |
describe, getDisplayName, getProperties, getSettingsId, getSshKeys, getVcsName, getVcsRoot
public VcsRootEntry(@NotNull VcsRoot vcsRoot, @NotNull CheckoutRules checkoutRules)
vcsRoot
- corresponding VCS root for the entrycheckoutRules
- rules for checking out vcsRoot sources to the build agent@NotNull public CheckoutRules getCheckoutRules()
@NotNull public java.lang.String getSignature()
@NotNull public java.lang.String getCheckoutRulesSpecification()
getCheckoutRulesSpecification
in class VcsSettings
public java.lang.String toString()
toString
in class VcsSettings
public boolean equals(java.lang.Object o)
equals
in class VcsSettings
public int hashCode()
hashCode
in class VcsSettings