@Immutable public abstract class VcsRepositoryProperties extends Object implements RootEntityProperties
| Modifier | Constructor and Description |
|---|---|
protected |
VcsRepositoryProperties() |
|
VcsRepositoryProperties(String name,
BambooOidProperties oid,
String description,
String parent,
VcsRepositoryViewerProperties repositoryViewerProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
abstract AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getDescription() |
String |
getName() |
BambooOidProperties |
getOid() |
String |
getParent() |
String |
getParentName() |
VcsRepositoryViewerProperties |
getRepositoryViewerProperties() |
int |
hashCode() |
boolean |
hasParent() |
String |
humanReadableId()
Entity type and id representation that is shown to human.
|
String |
humanReadableType()
Entity type that is shown to human.
|
VcsRepositoryIdentifierProperties |
toIdentifier() |
void |
validate() |
protected VcsRepositoryProperties()
public VcsRepositoryProperties(@Nullable
String name,
@Nullable
BambooOidProperties oid,
@Nullable
String description,
@Nullable
String parent,
@Nullable
VcsRepositoryViewerProperties repositoryViewerProperties)
throws PropertiesValidationException
PropertiesValidationExceptionpublic VcsRepositoryIdentifierProperties toIdentifier()
@Nullable public abstract AtlassianModuleProperties getAtlassianPlugin()
@Nullable public String getName()
@Nullable public String getDescription()
@Nullable public BambooOidProperties getOid()
@Nullable public VcsRepositoryViewerProperties getRepositoryViewerProperties()
@Nullable public String getParent()
@Nullable public String getParentName()
public boolean hasParent()
public void validate()
validate in interface EntityProperties@NotNull public String humanReadableType()
RootEntityPropertieshumanReadableType in interface RootEntityProperties@NotNull public String humanReadableId()
RootEntityPropertieshumanReadableId in interface RootEntityPropertiesCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.