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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.lang.StringhumanReadableId()Entity type and id representation that is shown to human.@NotNull java.lang.StringhumanReadableType()Entity type that is shown to human.-
Methods inherited from interface com.atlassian.bamboo.specs.api.model.EntityProperties
validate
-
-