@Immutable public final class AnyVcsRepositoryProperties extends VcsRepositoryProperties
| Constructor and Description |
|---|
AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin,
@Nullable String name,
@Nullable BambooOidProperties oid,
@Nullable String description,
@Nullable String parent,
@Nullable Map<String,Object> serverConfiguration,
@Nullable Map<String,Object> branchConfiguration,
@Nullable VcsChangeDetectionProperties changeDetectionConfiguration,
@Nullable Map<String,Object> branchDetectionConfiguration,
@Nullable VcsRepositoryViewerProperties repositoryViewerProperties) |
AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin,
@Nullable String name,
@Nullable BambooOidProperties oid,
@Nullable String description,
@Nullable String parent,
@Nullable ProjectProperties project,
@Nullable Map<String,Object> serverConfiguration,
@Nullable Map<String,Object> branchConfiguration,
@Nullable VcsChangeDetectionProperties changeDetectionConfiguration,
@Nullable Map<String,Object> branchDetectionConfiguration,
@Nullable VcsRepositoryViewerProperties repositoryViewerProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable AtlassianModuleProperties |
getAtlassianPlugin() |
@Nullable Map<String,Object> |
getBranchConfiguration() |
@Nullable Map<String,Object> |
getBranchDetectionConfiguration() |
@Nullable VcsChangeDetectionProperties |
getChangeDetectionConfiguration() |
@Nullable Map<String,Object> |
getServerConfiguration() |
int |
hashCode() |
void |
validate() |
getDescription, getName, getOid, getParent, getParentName, getProject, getRepositoryViewerProperties, hasParent, humanReadableId, humanReadableType, toIdentifierpublic AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable String description, @Nullable @Nullable String parent, @Nullable @Nullable Map<String,Object> serverConfiguration, @Nullable @Nullable Map<String,Object> branchConfiguration, @Nullable @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable @Nullable Map<String,Object> branchDetectionConfiguration, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) throws PropertiesValidationException
PropertiesValidationExceptionpublic AnyVcsRepositoryProperties(AtlassianModuleProperties atlassianPlugin, @Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid, @Nullable @Nullable String description, @Nullable @Nullable String parent, @Nullable @Nullable ProjectProperties project, @Nullable @Nullable Map<String,Object> serverConfiguration, @Nullable @Nullable Map<String,Object> branchConfiguration, @Nullable @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable @Nullable Map<String,Object> branchDetectionConfiguration, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) throws PropertiesValidationException
PropertiesValidationException@Nullable public @Nullable AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class VcsRepositoryProperties@Nullable public @Nullable VcsChangeDetectionProperties getChangeDetectionConfiguration()
@Nullable public @Nullable Map<String,Object> getBranchDetectionConfiguration()
public boolean equals(Object o)
equals in class VcsRepositoryPropertiespublic int hashCode()
hashCode in class VcsRepositoryPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class VcsRepositoryPropertiesCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.