Class DeploymentProjectFunctions
- java.lang.Object
-
- com.atlassian.bamboo.deployments.projects.DeploymentProjectFunctions
-
public abstract class DeploymentProjectFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentProjectFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>>
getDeploymentProjectItems(@NotNull DeploymentProjectService deploymentProjectService)
static com.google.common.base.Function<DeploymentResult,DeploymentVersion>
getDeploymentResultVersion()
Deprecated.since 5.10, use method reference toDeploymentResult.getDeploymentVersion()
-
-
-
Method Detail
-
getDeploymentProjectItems
public static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>> getDeploymentProjectItems(@NotNull @NotNull DeploymentProjectService deploymentProjectService)
-
getDeploymentResultVersion
@Deprecated public static com.google.common.base.Function<DeploymentResult,DeploymentVersion> getDeploymentResultVersion()
Deprecated.since 5.10, use method reference toDeploymentResult.getDeploymentVersion()
-
-