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