Class VcsRepositoryIdentifierProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionVcsRepositoryIdentifierProperties
(@Nullable String name, @Nullable BambooOidProperties oid) -
Method Summary
-
Constructor Details
-
VcsRepositoryIdentifierProperties
public VcsRepositoryIdentifierProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getName
-
isNameDefined
public boolean isNameDefined() -
getOid
-
isOidDefined
public boolean isOidDefined() -
equals
-
hashCode
public int hashCode() -
toString
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
-