Interface RootEntityProperties

All Superinterfaces:
EntityProperties
All Known Implementing Classes:
AnySharedCredentialsProperties, AnyVcsRepositoryProperties, BitbucketCloudRepositoryProperties, BitbucketServerRepositoryProperties, DeploymentPermissionsProperties, DeploymentProperties, EnvironmentPermissionsProperties, GitHubRepositoryProperties, GitRepositoryProperties, PlanPermissionsProperties, PlanProperties, PlanRepositoryLinkProperties.LinkedGlobalRepository, PlanRepositoryLinkProperties.ProjectRepository, ProjectPermissionsProperties, ProjectProperties, SharedCredentialsProperties, SshCredentialsProperties, UsernamePasswordCredentialsProperties, VcsRepositoryProperties

@Immutable public interface RootEntityProperties extends EntityProperties
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Entity type and id representation that is shown to human.
    @NotNull String
    Entity type that is shown to human.

    Methods inherited from interface com.atlassian.bamboo.specs.api.model.EntityProperties

    validate
  • Method Details

    • humanReadableType

      @NotNull @NotNull String humanReadableType()
      Entity type that is shown to human.
    • humanReadableId

      @NotNull @NotNull String humanReadableId()
      Entity type and id representation that is shown to human.