Class AnyVcsRepositoryViewerProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.repository.viewer.AnyVcsRepositoryViewerProperties
-
- All Implemented Interfaces:
EntityProperties,VcsRepositoryViewerProperties
@Immutable public final class AnyVcsRepositoryViewerProperties extends java.lang.Object implements VcsRepositoryViewerProperties
-
-
Constructor Summary
Constructors Constructor Description AnyVcsRepositoryViewerProperties(@NotNull AtlassianModuleProperties atlassianPlugin, @NotNull java.util.Map<java.lang.String,java.lang.Object> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()@NotNull java.util.Map<java.lang.String,java.lang.Object>getConfiguration()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
AnyVcsRepositoryViewerProperties
public AnyVcsRepositoryViewerProperties(@NotNull @NotNull AtlassianModuleProperties atlassianPlugin, @NotNull @NotNull java.util.Map<java.lang.String,java.lang.Object> configuration) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin interfaceVcsRepositoryViewerProperties
-
getConfiguration
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-