Class BambooYamlDeploymentPermissionsDefinition

  • All Implemented Interfaces:
    BambooYamlDefinition

    @Immutable
    public class BambooYamlDeploymentPermissionsDefinition
    extends Object
    implements BambooYamlDefinition
    Definition of deployment project permissions imported through Bamboo Specs YAML.
    • Method Detail

      • getDeploymentProjectName

        @NotNull
        public @NotNull String getDeploymentProjectName()
      • getDeploymentPermissions

        @NotNull
        public @NotNull List<PermissionSet> getDeploymentPermissions()
      • getDefaultEnvironmentPermissions

        @NotNull
        public @NotNull List<PermissionSet> getDefaultEnvironmentPermissions()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object