Class VcsRepositoryProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
- All Implemented Interfaces:
EntityProperties,RootEntityProperties
- Direct Known Subclasses:
AnyVcsRepositoryProperties,PlanRepositoryLinkProperties.LinkedGlobalRepository,PlanRepositoryLinkProperties.ProjectRepository
@Immutable
public abstract class VcsRepositoryProperties
extends Object
implements RootEntityProperties
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVcsRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) VcsRepositoryProperties(@Nullable String name, @Nullable BambooOidProperties oid, @Nullable String description, @Nullable String parent, @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable ProjectProperties project) -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract @Nullable AtlassianModuleProperties@Nullable String@Nullable StringgetName()@Nullable BambooOidPropertiesgetOid()@Nullable String@Nullable String@Nullable ProjectProperties@Nullable VcsRepositoryViewerPropertiesinthashCode()boolean@NotNull StringEntity type and id representation that is shown to human.@NotNull StringEntity type that is shown to human.voidvalidate()
-
Constructor Details
-
VcsRepositoryProperties
protected VcsRepositoryProperties() -
VcsRepositoryProperties
public VcsRepositoryProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable String description, @Nullable @Nullable String parent, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
VcsRepositoryProperties
public VcsRepositoryProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable String description, @Nullable @Nullable String parent, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties, @Nullable @Nullable ProjectProperties project) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
toIdentifier
-
equals
-
hashCode
public int hashCode() -
getAtlassianPlugin
-
getName
-
getDescription
-
getOid
-
getRepositoryViewerProperties
-
getParent
-
getParentName
-
hasParent
public boolean hasParent() -
getProject
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties
-
humanReadableType
Description copied from interface:RootEntityPropertiesEntity type that is shown to human.- Specified by:
humanReadableTypein interfaceRootEntityProperties
-
humanReadableId
Description copied from interface:RootEntityPropertiesEntity type and id representation that is shown to human.- Specified by:
humanReadableIdin interfaceRootEntityProperties
-