Class AtlassianModuleProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class AtlassianModuleProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description AtlassianModuleProperties(@NotNull java.lang.String completeModuleKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
@NotNull java.lang.String
getCompleteModuleKey()
int
hashCode()
void
validate()
-
-
-
Constructor Detail
-
AtlassianModuleProperties
public AtlassianModuleProperties(@NotNull @NotNull java.lang.String completeModuleKey) throws PropertiesValidationException
- Throws:
PropertiesValidationException
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getCompleteModuleKey
@NotNull public @NotNull java.lang.String getCompleteModuleKey()
-
validate
public void validate()
- Specified by:
validate
in interfaceEntityProperties
-
-