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