Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProjectStatusForResultSummary
-
-
Uses of DeploymentProjectStatusForResultSummary in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProjectStatusForResultSummary Modifier and Type Class Description classDeploymentProjectStatusForResultSummaryImpl -
Uses of DeploymentProjectStatusForResultSummary in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type DeploymentProjectStatusForResultSummary Modifier and Type Method Description @NotNull List<DeploymentProjectStatusForResultSummary>DeploymentProjectService. getDeploymentProjectsWithStatusesRelatedToPlanResult(@NotNull ResultsSummary resultsSummary)Retrieve the deployment projects that are linked to a specific result.@NotNull List<DeploymentProjectStatusForResultSummary>DeploymentProjectServiceImpl. getDeploymentProjectsWithStatusesRelatedToPlanResult(@NotNull ResultsSummary resultsSummary) -
Uses of DeploymentProjectStatusForResultSummary in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type DeploymentProjectStatusForResultSummary Modifier and Type Method Description List<DeploymentProjectStatusForResultSummary>ViewChainResult. getRelatedDeployments()
-