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 Details

    • RootEntityPropertiesBuilder

      public RootEntityPropertiesBuilder()
  • Method Details

    • humanReadableType

      public abstract String humanReadableType()
      Entity type that is shown to human.
    • humanReadableId

      public abstract String humanReadableId()
      Entity type and id representation that is shown to human.