Class RootEntityPropertiesBuilder<T extends RootEntityProperties>
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<T>
-
- com.atlassian.bamboo.specs.api.builders.RootEntityPropertiesBuilder<T>
-
- Direct Known Subclasses:
Deployment,DeploymentPermissions,EnvironmentPermissions,Plan,PlanPermissions,Project,ProjectPermissions,SharedCredentials,VcsRepository
public abstract class RootEntityPropertiesBuilder<T extends RootEntityProperties> extends EntityPropertiesBuilder<T>
Represents Bamboo entity that can be sent to server.
-
-
Constructor Summary
Constructors Constructor Description RootEntityPropertiesBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.StringhumanReadableId()Entity type and id representation that is shown to human.abstract java.lang.StringhumanReadableType()Entity type that is shown to human.-
Methods inherited from class com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder
build
-
-