Class OperationsUtil

java.lang.Object
com.atlassian.bamboo.deployments.OperationsUtil

public final class OperationsUtil extends Object
Utility class for determining the available operations on a deployment project.
Since:
11.0
  • Constructor Details

    • OperationsUtil

      public OperationsUtil()
  • Method Details

    • getAvailableOperations

      public static Operations getAvailableOperations(@NotNull @NotNull InternalDeploymentProject deploymentProject, boolean assumeReadGranted, @NotNull @NotNull BambooPermissionManager bambooPermissionManager)
      Determines the available operations for a given deployment project.
      Parameters:
      deploymentProject - the deployment project
      assumeReadGranted - whether to assume read permission is granted
      bambooPermissionManager - the permission manager
      Returns:
      the available operations