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
-
Method Summary
Methods inherited from class com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder
build
-
Constructor Details
-
RootEntityPropertiesBuilder
public RootEntityPropertiesBuilder()
-
-
Method Details
-
humanReadableType
Entity type that is shown to human. -
humanReadableId
Entity type and id representation that is shown to human.
-