Uses of Class
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionService.DeploymentVersionNeededAttributes
-
Uses of DeploymentVersionService.DeploymentVersionNeededAttributes in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescriptionDeploymentVersionService.DeploymentVersionNeededAttributes.allNeededDefault()
DeploymentVersionService.DeploymentVersionNeededAttributes.setCreatorDisplayName
(boolean creatorDisplayName) DeploymentVersionService.DeploymentVersionNeededAttributes.setDeploymentVersionItems
(boolean deploymentVersionItems) DeploymentVersionService.DeploymentVersionNeededAttributes.setOperations
(boolean operations) Modifier and TypeMethodDescription@NotNull List<DeploymentVersion>
DeploymentVersionService.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Retrieves the list of the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts).@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.getDeploymentProjectVersionsNoVariables
(@NotNull DeploymentProject deploymentProject, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @Nullable DeploymentVersion
DeploymentVersionDtoManager.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>
DeploymentVersionService.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>
DeploymentVersionServiceImpl.searchVersionsByNameNoVariables
(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm, int offset, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes)