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
ConstructorsConstructorDescriptionAnyVcsRepositoryProperties(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 VcsChangeDetectionPropertiesinthashCode()voidvalidate()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:
getAtlassianPluginin classVcsRepositoryProperties
-
getServerConfiguration
-
getBranchConfiguration
-
getChangeDetectionConfiguration
-
getBranchDetectionConfiguration
-
equals
- Overrides:
equalsin classVcsRepositoryProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classVcsRepositoryProperties
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classVcsRepositoryProperties
-