Class AnyVcsRepositoryProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
com.atlassian.bamboo.specs.api.model.repository.AnyVcsRepositoryProperties
- All Implemented Interfaces:
EntityProperties
,RootEntityProperties
-
Constructor Summary
ConstructorDescriptionAnyVcsRepositoryProperties
(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) 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) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable AtlassianModuleProperties
@Nullable VcsChangeDetectionProperties
int
hashCode()
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.repository.VcsRepositoryProperties
getDescription, getName, getOid, getParent, getParentName, getProject, getRepositoryViewerProperties, hasParent, humanReadableId, humanReadableType, toIdentifier
-
Constructor Details
-
AnyVcsRepositoryProperties
public 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, throws PropertiesValidationExceptionObject> branchConfiguration, @Nullable @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable @Nullable Map<String, Object> branchDetectionConfiguration, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) - Throws:
PropertiesValidationException
-
AnyVcsRepositoryProperties
public 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, throws PropertiesValidationExceptionObject> branchConfiguration, @Nullable @Nullable VcsChangeDetectionProperties changeDetectionConfiguration, @Nullable @Nullable Map<String, Object> branchDetectionConfiguration, @Nullable @Nullable VcsRepositoryViewerProperties repositoryViewerProperties) - Throws:
PropertiesValidationException
-
-
Method Details
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classVcsRepositoryProperties
-
getServerConfiguration
-
getBranchConfiguration
-
getChangeDetectionConfiguration
-
getBranchDetectionConfiguration
-
equals
- Overrides:
equals
in classVcsRepositoryProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVcsRepositoryProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classVcsRepositoryProperties
-