@Immutable public abstract class AbstractPlanProperties extends Object implements EntityProperties
Constructor and Description |
---|
AbstractPlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
boolean enabled,
Collection<PluginConfigurationProperties> pluginConfigurations) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
BambooKeyProperties |
getKey() |
String |
getName() |
BambooOidProperties |
getOid() |
List<PluginConfigurationProperties> |
getPluginConfigurations() |
boolean |
isEnabled() |
boolean |
isKeyDefined() |
boolean |
isOidDefined() |
BambooKeyProperties |
toPlanIdentifier() |
void |
validate() |
public AbstractPlanProperties(BambooOidProperties oid, BambooKeyProperties key, String name, String description, boolean enabled, Collection<PluginConfigurationProperties> pluginConfigurations) throws PropertiesValidationException
PropertiesValidationException
@NotNull public BambooKeyProperties toPlanIdentifier()
@Nullable public BambooKeyProperties getKey()
public boolean isKeyDefined()
@Nullable public BambooOidProperties getOid()
public boolean isOidDefined()
@NotNull public String getName()
@Nullable public String getDescription()
public boolean isEnabled()
@NotNull public List<PluginConfigurationProperties> getPluginConfigurations()
public void validate()
validate
in interface EntityProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.