Class BambooKey
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<BambooKeyProperties>
-
- com.atlassian.bamboo.specs.api.builders.BambooKey
-
public class BambooKey extends EntityPropertiesBuilder<BambooKeyProperties>
Represents a short key of an Bamboo entity (project, plan, job, etc). This is partial key, for instance the value of plan key is "PLAN" rather than "PROJECT-PLAN". Keys serve as secondary identifiers of Bamboo entities, that is, whenever both key andBambooOidis present,BambooOidhas higher priority.- See Also:
BambooOid
-
-
Constructor Detail
-
BambooKey
public BambooKey(@NotNull @NotNull String key) throws PropertiesValidationExceptionSpecify key of provided value.- Throws:
PropertiesValidationException
-
-
Method Detail
-
build
protected BambooKeyProperties build() throws PropertiesValidationException
- Specified by:
buildin classEntityPropertiesBuilder<BambooKeyProperties>- Throws:
PropertiesValidationException
-
-