Class VcsRepositoryIdentifierProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryIdentifierProperties
-
- All Implemented Interfaces:
EntityProperties
public class VcsRepositoryIdentifierProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description VcsRepositoryIdentifierProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable java.lang.StringgetName()@Nullable BambooOidPropertiesgetOid()inthashCode()booleanisNameDefined()booleanisOidDefined()java.lang.StringtoString()voidvalidate()
-
-
-
Constructor Detail
-
VcsRepositoryIdentifierProperties
public VcsRepositoryIdentifierProperties(@Nullable @Nullable java.lang.String name, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getName
@Nullable public @Nullable java.lang.String getName()
-
isNameDefined
public boolean isNameDefined()
-
getOid
@Nullable public @Nullable BambooOidProperties getOid()
-
isOidDefined
public boolean isOidDefined()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-