Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProject
-
-
Uses of DeploymentProject in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return DeploymentProject Modifier and Type Method Description @NotNull DeploymentProjectDeploymentImportService. importDeployment(@NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, @Nullable com.atlassian.user.User userForCreation, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties)Validates exported deployment properties within Bamboo context (e.g.@NotNull DeploymentProjectDeploymentImportServiceImpl. importDeployment(@NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties, @Nullable com.atlassian.user.User user, @NotNull RssPermissions rssPermissions, boolean noChangesInProperties)Methods in com.atlassian.bamboo.configuration.external with parameters of type DeploymentProject Modifier and Type Method Description @NotNull com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissionsDeploymentExportService. exportDeploymentPermissions(@NotNull DeploymentProject deploymentProject)@NotNull com.atlassian.bamboo.specs.api.builders.permission.DeploymentPermissionsDeploymentExportServiceImpl. exportDeploymentPermissions(@NotNull DeploymentProject deploymentProject)com.atlassian.bamboo.specs.api.builders.deployment.DeploymentDeploymentExportService. exportDeploymentToSpecs(@NotNull DeploymentProject deploymentProject)Export single deployment project to spec entity.com.atlassian.bamboo.specs.api.builders.deployment.DeploymentDeploymentExportServiceImpl. exportDeploymentToSpecs(@NotNull DeploymentProject deploymentProject)@NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissionsDeploymentExportService. exportEnvironmentPermissions(@NotNull DeploymentProject deploymentProject, @NotNull Environment environment)@NotNull com.atlassian.bamboo.specs.api.builders.permission.EnvironmentPermissionsDeploymentExportServiceImpl. exportEnvironmentPermissions(@NotNull DeploymentProject deploymentProject, @NotNull Environment environment)@NotNull PathDeploymentExportService. exportSingleDeployment(@NotNull DeploymentProject deploymentProject)Export single deployment project to default location in Bamboo home dirPathDeploymentExportServiceImpl. exportSingleDeployment(@NotNull DeploymentProject project) -
Uses of DeploymentProject in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type DeploymentProject Modifier and Type Method Description @NotNull Map<String,Object>PermissionExporter. exportPermissions(@NotNull DeploymentProject deploymentProject)Exports deployment project permissions to a YAML-friendly format.@NotNull Map<String,Object>PermissionExporterImpl. exportPermissions(@NotNull DeploymentProject deploymentProject)StringSpecsExporter. getCodeFromDeploymentProject(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className)Convert a deployment plan to a Java Bamboo SpecStringSpecsExporterImpl. getCodeFromDeploymentProject(DeploymentProject deploymentProject, SpecsExporter.ExportFormat format, String packageName, String className) -
Uses of DeploymentProject in com.atlassian.bamboo.configuration.repository
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>EditLinkedRepository. getBambooSpecsPermittedDeploymentProjects()@NotNull List<DeploymentProject>EditRepository. getBambooSpecsPermittedDeploymentProjects(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull DeploymentProjectService deploymentProjectService)Returns a list of deployment projects which can be modified by Bamboo Specs stored in this repository.@NotNull List<DeploymentProject>EditRepositoryImpl. getBambooSpecsPermittedDeploymentProjects(@NotNull PartialVcsRepositoryData vcsRepositoryData, @NotNull DeploymentProjectService deploymentProjectService) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.configuration.actions
Methods in com.atlassian.bamboo.deployments.configuration.actions that return DeploymentProject Modifier and Type Method Description DeploymentProjectConfigureEnvironmentMiscellaneousSettings. getDeploymentProject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentProject Modifier and Type Method Description DeploymentProjectDecoratedEnvironment. getDeploymentProject()DeploymentProjectDecoratedEnvironmentImpl. getDeploymentProject()Constructors in com.atlassian.bamboo.deployments.environments with parameters of type DeploymentProject Constructor Description DecoratedEnvironmentImpl(DeploymentProject deploymentProject, Environment environment) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions that return DeploymentProject Modifier and Type Method Description DeploymentProjectCloneEnvironment. getDeploymentProject()DeploymentProjectConfigureEnvironment. getDeploymentProject()DeploymentProjectConfigureEnvironmentNotifications. getDeploymentProject()DeploymentProjectConfigureEnvironmentPermissions. getDeploymentProject()DeploymentProjectConfigureEnvironmentTasks. getDeploymentProject()DeploymentProjectCreateEnvironment. getDeploymentProject()DeploymentProjectMoveEnvironment. getDeploymentProject()DeploymentProjectViewEnvironment. getDeploymentProject()DeploymentProjectCloneEnvironment. getSecuredDomainObject()DeploymentProjectCreateEnvironment. getSecuredDomainObject()DeploymentProjectMoveEnvironment. getSecuredDomainObject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.agents
Methods in com.atlassian.bamboo.deployments.environments.actions.agents that return DeploymentProject Modifier and Type Method Description DeploymentProjectConfigureEnvironmentAgents. getDeploymentProject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.docker
Methods in com.atlassian.bamboo.deployments.environments.actions.docker that return DeploymentProject Modifier and Type Method Description DeploymentProjectConfigureEnvironmentDocker. getDeploymentProject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.triggers
Methods in com.atlassian.bamboo.deployments.environments.actions.triggers that return DeploymentProject Modifier and Type Method Description DeploymentProjectConfigureEnvironmentTriggers. getDeploymentProject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.variable
Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return DeploymentProject Modifier and Type Method Description DeploymentProjectConfigureVariablesForEnvironment. getDeploymentProject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProject Modifier and Type Method Description intEnvironmentService. getEnvironmentCountForProject(DeploymentProject deploymentProject)intEnvironmentServiceImpl. getEnvironmentCountForProject(DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.execution
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentProject Constructor Description DeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, com.google.common.collect.Multimap<String,Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey,ChainStorageTag> necessaryStorageTags, @NotNull Map<String,Map<String,String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentProject Modifier and Type Method Description DeploymentProjectExecuteManualDeployment. getDeploymentProject()DeploymentProjectViewDeploymentResult. getDeploymentProject()DeploymentProjectViewDeploymentWebhookResponses. getDeploymentProject() -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects
Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProject Modifier and Type Class Description classDeploymentProjectIdentifierclassDeploymentProjectImplImmutable implementation to be exposed by the serviceMethods in com.atlassian.bamboo.deployments.projects that return DeploymentProject Modifier and Type Method Description @NotNull DeploymentProjectDeploymentProjectStatusForResultSummary. getDeploymentProject()@NotNull DeploymentProjectDeploymentProjectStatusForResultSummaryImpl. getDeploymentProject()@NotNull DeploymentProjectDeploymentProjectWithEnvironmentStatuses. getDeploymentProject()@NotNull DeploymentProjectDeploymentProjectWithEnvironmentStatusesImpl. getDeploymentProject()Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentProject Modifier and Type Method Description static com.google.common.base.Function<DeploymentProject,List<DeploymentProjectItem>>DeploymentProjectFunctions. getDeploymentProjectItems(@NotNull DeploymentProjectService deploymentProjectService)Map<DeploymentProject,List<EnvironmentStub>>DeploymentProjectWithEnvironmentForDashboard. getDeploymentsWithEnvironments()Constructors in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentProject Constructor Description DeploymentProjectImpl(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations)DeploymentProjectStatusForResultSummaryImpl(@NotNull DeploymentProject deploymentProject, @Nullable DeploymentVersion relatedVersion, @Nullable DeploymentVersion futureVersion, @Nullable ResultsSummary futureVersionResult, @NotNull List<? extends EnvironmentStatus> environmentStatuses)DeploymentProjectWithEnvironmentStatusesImpl(@NotNull DeploymentProject deploymentProject, @NotNull List<? extends EnvironmentStatus> environmentStatuses)Constructor parameters in com.atlassian.bamboo.deployments.projects with type arguments of type DeploymentProject Constructor Description DeploymentProjectWithEnvironmentForDashboard(Map<DeploymentProject,List<EnvironmentStub>> deploymentsWithEnvironments, boolean hasMore, int nextStart) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.actions
Fields in com.atlassian.bamboo.deployments.projects.actions declared as DeploymentProject Modifier and Type Field Description protected DeploymentProjectAbstractDeploymentProjectDetailsAction. deploymentProject -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service that return DeploymentProject Modifier and Type Method Description default @NotNull DeploymentProjectDeploymentProjectService. addDeploymentProject(String name, String description, String planKeyString)Create a new deployment project.@NotNull DeploymentProjectDeploymentProjectService. addDeploymentProject(String name, String description, String planKeyString, boolean accessForAllUsers)Create a new deployment project.@NotNull DeploymentProjectDeploymentProjectServiceImpl. addDeploymentProject(String name, String description, String planKeyString, boolean accessForAllUsers)@NotNull DeploymentProjectDeploymentProjectService. cloneDeploymentProject(long id, String name, String description, String planKeyString)Create a new deployment project.@NotNull DeploymentProjectDeploymentProjectServiceImpl. cloneDeploymentProject(long deploymentProjectId, String name, String description, String planKeyString)@NotNull DeploymentProjectDeploymentProjectService. editDeploymentProject(long deploymentProjectId, String name, @Nullable String description, String planKeyString)Edit the details of the deployment project@NotNull DeploymentProjectDeploymentProjectServiceImpl. editDeploymentProject(long deploymentProjectId, String name, @Nullable String description, @Nullable String planKeyString)@Nullable DeploymentProjectDeploymentProjectService. getDeploymentProject(long id)@Nullable DeploymentProjectDeploymentProjectServiceImpl. getDeploymentProject(long id)@Nullable DeploymentProjectDeploymentProjectService. getDeploymentProjectForEnvironment(long environmentID)Retrieve the deployment project that a specific environment belongs to.@Nullable DeploymentProjectDeploymentProjectServiceImpl. getDeploymentProjectForEnvironment(long environmentID)@Nullable DeploymentProjectDeploymentProjectService. getDeploymentProjectForVersion(long versionId)Retrieve the deployment project that a specific version belongs to.@Nullable DeploymentProjectDeploymentProjectServiceImpl. getDeploymentProjectForVersion(long versionId)Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type DeploymentProject Modifier and Type Method Description @NotNull List<DeploymentProject>DeploymentProjectService. getAllDeploymentProjects()@NotNull List<DeploymentProject>DeploymentProjectServiceImpl. getAllDeploymentProjects()List<DeploymentProject>DeploymentProjectService. getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact)Get all deployment projects that contain a version that uses specified artifactList<DeploymentProject>DeploymentProjectServiceImpl. getDeploymentProjectsReferencingArtifact(@NotNull Artifact artifact)@NotNull List<DeploymentProject>DeploymentProjectService. getDeploymentProjectsRelatedToArtifact(@NotNull ArtifactDefinition artifactDefinition)Retrieve the deployment projects that refer to the artifactDefinition within their items@NotNull List<DeploymentProject>DeploymentProjectServiceImpl. getDeploymentProjectsRelatedToArtifact(@NotNull ArtifactDefinition artifactDefinition)@NotNull List<DeploymentProject>DeploymentProjectService. getDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey)Retrieve the deployment projects that are linked to a specific plan@NotNull List<DeploymentProject>DeploymentProjectServiceImpl. getDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey)@NotNull List<DeploymentProject>DeploymentProjectService. getDeploymentProjectsRelatedToPlanConfiguration(@NotNull PlanKey masterOrBranchPlanKey)Retrieve the deployment projects that are linked to a specific plan configuration, taking branch divergency into account.@NotNull List<DeploymentProject>DeploymentProjectServiceImpl. getDeploymentProjectsRelatedToPlanConfiguration(@NotNull PlanKey masterOrBranchPlanKey)@NotNull List<DeploymentProject>DeploymentProjectService. getDeploymentProjectsRelatedToPlanOrBranches(@NotNull PlanKey masterOrBranchPlanKey)Retrieve the deployment projects that are linked to a specific plan or any of its branches.@NotNull List<DeploymentProject>DeploymentProjectServiceImpl. getDeploymentProjectsRelatedToPlanOrBranches(@NotNull PlanKey masterOrBranchPlanKey) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentProject Modifier and Type Method Description @NotNull List<EnvironmentStatus>DeploymentResultService. getLatestKnownDeploymentResultForEnvironmentsInProject(@NotNull DeploymentProject deploymentProject)Get the latest results that *actually* ran against a list of environments.@NotNull List<EnvironmentStatus>DeploymentResultServiceImpl. getLatestKnownDeploymentResultForEnvironmentsInProject(@NotNull DeploymentProject deploymentProject)@NotNull List<EnvironmentStatusForAggregation>DeploymentResultService. getStatusesForAggregationByProject(@NotNull DeploymentProject deploymentProject)@NotNull List<EnvironmentStatusForAggregation>DeploymentResultServiceImpl. getStatusesForAggregationByProject(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentProject Modifier and Type Method Description voidDeploymentsInProgressService. onDeploymentTriggered(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject)voidDeploymentsInProgressServiceImpl. onDeploymentTriggered(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject)DeploymentInProgressImpl.BuilderDeploymentInProgressImpl.Builder. withDeploymentProject(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return DeploymentProject Modifier and Type Method Description DeploymentProjectAbstractDeploymentVersionAction. getDeploymentProject()DeploymentProjectAbstractDeploymentVersionHistoryAction. getDeploymentProject()DeploymentProjectCreateDeploymentVersion. getDeploymentProject()DeploymentProjectCreateDeploymentVersion. getSecuredDomainObject()DeploymentProjectDeleteDeploymentVersion. getSecuredDomainObject()DeploymentProjectRenameDeploymentVersion. getSecuredDomainObject()Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentProject Modifier and Type Method Description protected DeploymentVersionAbstractCreateDeploymentVersion. createVersion(DeploymentProject deploymentProject, String newReleaseBuildResult, String versionName)protected voidAbstractCreateDeploymentVersion. validateNewRelease(@NotNull DeploymentProject deploymentProject, @Nullable String newReleaseBuildResult, @Nullable String versionName) -
Uses of DeploymentProject in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentProject Modifier and Type Method Description @NotNull com.google.common.collect.Multimap<DeploymentProject,Pair<Long,PlanResultKey>>DeploymentVersionService. findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey)Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProjectNote: this API is in its intermittent form and is subject to change.@NotNull com.google.common.collect.Multimap<DeploymentProject,Pair<Long,PlanResultKey>>DeploymentVersionServiceImpl. findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey)@NotNull com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion>DeploymentVersionService. findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)Find all the version that are associated with a JIRA issue, grouped byDeploymentProject@NotNull com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion>DeploymentVersionServiceImpl. findVersionsAssociatedWithJiraIssue(@NotNull String issueKey)Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentProject Modifier and Type Method Description @NotNull Map<DeploymentVersion,Integer>DeploymentVersionService. findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)Find allDeploymentVersionthat are currently deployed on environments of aDeploymentProjectFor each version found give number of environments it is present on.@NotNull Map<DeploymentVersion,Integer>DeploymentVersionServiceImpl. findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)@NotNull List<DeploymentVersion>DeploymentVersionService. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject)Retrieves the list of all the version for the deployment project, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>DeploymentVersionService. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject, int offset, int maxResults)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)@NotNull List<DeploymentVersion>DeploymentVersionServiceImpl. getDeploymentProjectVersionsNoVariables(@NotNull DeploymentProject deploymentProject, int offset, int maxResults)@Nullable DeploymentVersionDeploymentVersionDtoManager. getDeploymentVersion(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project)Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion.@Nullable DeploymentVersionDeploymentVersionServiceImpl. getDeploymentVersion(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project)@NotNull List<DeploymentVersion>DeploymentVersionService. searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm)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)@NotNull List<DeploymentVersion>DeploymentVersionService. searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey)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>DeploymentVersionService. searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults)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)@NotNull List<DeploymentVersion>DeploymentVersionServiceImpl. searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults)@NotNull List<DeploymentVersion>DeploymentVersionService. searchVersionsByNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull String searchTerm)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) -
Uses of DeploymentProject in com.atlassian.bamboo.index.quicksearch
Methods in com.atlassian.bamboo.index.quicksearch with parameters of type DeploymentProject Modifier and Type Method Description static QuickSearchDocumentImplQuickSearchDocumentFactory. forDeploymentProject(DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.notification.rss
Constructors in com.atlassian.bamboo.notification.rss with parameters of type DeploymentProject Constructor Description RssAffectedDeployment(DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.jira.rest.model.deployment
Constructors in com.atlassian.bamboo.plugins.jira.rest.model.deployment with parameters of type DeploymentProject Constructor Description DeploymentProjectSummary(DeploymentProject deploymentProject, String mainBranch, com.google.common.collect.ImmutableList<VersionSummary> latestVersions, com.google.common.collect.ImmutableList<EnvironmentSummary> environments, String firstMainlineVersion, String lastMainlineVersion, com.google.common.collect.ImmutableList<String> branches, String baseUrl) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type DeploymentProject Modifier and Type Method Description static voidRestHelper. assertNotRssDeploymentProject(@NotNull DeploymentProject deploymentProject)Asserts deployment project is not managed by repository stored specs. -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type DeploymentProject Constructor Description RestDeploymentProjectLink(@NotNull DeploymentProject deploymentProject, @NotNull String baseUrl, int environmentCount, int upToDateEnvironmentCount)RestDeploymentProjectStatusForJiraIssue(@NotNull DeploymentProject deploymentProject, @NotNull Map<Long,EnvironmentStub> environmentMap, @NotNull List<DeploymentVersion> versions, @NotNull Map<Long,DeploymentVersionStatus> deploymentVersionStatuses, @NotNull Map<Long,EnvironmentStatusForDashboard> environmentStatuses, @NotNull String baseUrl, @NotNull DeploymentVersionService deploymentVersionService) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.model.search
Methods in com.atlassian.bamboo.plugins.rest.model.search with parameters of type DeploymentProject Modifier and Type Method Description RestDedicatedAgentBuilderRestDedicatedAgentBuilder. withDeploymentProject(@NotNull DeploymentProject deploymentProject)Constructors in com.atlassian.bamboo.plugins.rest.model.search with parameters of type DeploymentProject Constructor Description AgentAssignmentSearchResult(@NotNull DeploymentProject deploymentProject)AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull DeploymentProject deploymentProject)ProjectSearchResult(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>ProjectsRestService. getDeploymentProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo)Get a list of deployment projects.List<DeploymentProject>ProjectsRestServiceImpl. getDeploymentProjects(@NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of DeploymentProject in com.atlassian.bamboo.plugins.testutils.deployments
Methods in com.atlassian.bamboo.plugins.testutils.deployments that return DeploymentProject Modifier and Type Method Description @NotNull DeploymentProjectDeploymentsTestService. createDeploymentProjectWithEnvironments(@NotNull PlanKey planKey)@NotNull DeploymentProjectDeploymentsTestServiceImpl. createDeploymentProjectWithEnvironments(@NotNull PlanKey planKey)@NotNull DeploymentProjectDeploymentsTestService. createSimpleDeployment(@NotNull PlanKey planKey)@NotNull DeploymentProjectDeploymentsTestServiceImpl. createSimpleDeployment(@NotNull PlanKey planKey)Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentProject Modifier and Type Method Description @NotNull DeploymentVersionDeploymentsTestService. createDeploymentVersion(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey)@NotNull DeploymentVersionDeploymentsTestServiceImpl. createDeploymentVersion(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey)@NotNull List<DeploymentVersion>DeploymentsTestService. createDeploymentVersions(@NotNull DeploymentProject deploymentProject, int firstResult, int maxResults)@NotNull List<DeploymentVersion>DeploymentsTestServiceImpl. createDeploymentVersions(@NotNull DeploymentProject deploymentProject, int firstResult, int maxResults)@NotNull DeploymentResultDeploymentsTestService. executeDeployment(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName)@NotNull DeploymentResultDeploymentsTestServiceImpl. executeDeployment(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) -
Uses of DeploymentProject in com.atlassian.bamboo.rest.model.deployments.projects
Constructors in com.atlassian.bamboo.rest.model.deployments.projects with parameters of type DeploymentProject Constructor Description RestDeploymentProject(@NotNull DeploymentProject deploymentProject, @NotNull List<? extends RestEnvironment> environments) -
Uses of DeploymentProject in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type DeploymentProject Modifier and Type Method Description static voidPermissionsServiceUtils. assertCanManagePermissionsForDeploymentProject(DeploymentProject deploymentProject, BambooPermissionManager bambooPermissionManager) -
Uses of DeploymentProject in com.atlassian.bamboo.testutils.deployments.projects
Methods in com.atlassian.bamboo.testutils.deployments.projects that return DeploymentProject Modifier and Type Method Description static DeploymentProjectDeploymentProjectTestHelper. mockDeploymentProject(@NotNull DeploymentProjectService deploymentProjectService, long id, String name) -
Uses of DeploymentProject in com.atlassian.bamboo.trigger.environment
Methods in com.atlassian.bamboo.trigger.environment with parameters of type DeploymentProject Modifier and Type Method Description protected booleanAbstractEnvironmentTriggerConfigurator. hasDeploymentProjectPlanMultipleBranches(@NotNull DeploymentProject deploymentProject)protected booleanAbstractEnvironmentTriggerConfigurator. hasTheSameMasterPlanAsDeploymentProject(@NotNull DeploymentProject deploymentProject, DeploymentTriggerBranchSelectionMode branchSelectionMode, @NotNull String planKeyString)protected voidAbstractEnvironmentTriggerConfigurator. populateContextWithBranchControlVariablesForDeployments(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @NotNull String triggeringBranchKey, @NotNull Map<String,Object> context) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type DeploymentProject Modifier and Type Method Description @Nullable StringFreemarkerContext. getRssLink(@NotNull DeploymentProject project)@Nullable StringFreemarkerContext. getRssRepositoryId(@NotNull DeploymentProject project) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.admin.elastic
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic that return DeploymentProject Modifier and Type Method Description DeploymentProjectConfigureElasticImageConfiguration. getDeploymentProject(long deploymentProjectId) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.agent
Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type DeploymentProject Constructor Description AgentAssignmentExecutableDetails(@NotNull Environment environment, @Nullable DeploymentProject deploymentProject, boolean capabilitiesMatch)AgentAssignmentExecutableDetails(@NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type DeploymentProject Modifier and Type Method Description @NotNull List<DeploymentProject>ConfigureBuildArtifact. getDeploymentProjectsUsingArtifact(@NotNull ArtifactDefinition artifactDefinition) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>StageAction. getRelatedDeploymentProjects() -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type DeploymentProject Modifier and Type Method Description @NotNull StringTriggerUIConfigBean. prepareCreateHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TaskRenderMode renderMode, @NotNull DeploymentProject deploymentProject) -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.plan
Methods in com.atlassian.bamboo.ww2.actions.plan that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>DeletePlan. getLinkedDeploymentProjects() -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.project.repository
Methods in com.atlassian.bamboo.ww2.actions.project.repository that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>EditProjectRepository. getBambooSpecsPermittedDeploymentProjects() -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.aware.permissions
Methods in com.atlassian.bamboo.ww2.aware.permissions that return DeploymentProject Modifier and Type Method Description DeploymentProjectDeploymentProjectReadOnlyInterceptorAware. getSecuredDomainObject() -
Uses of DeploymentProject in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return types with arguments of type DeploymentProject Modifier and Type Method Description List<DeploymentProject>DecoratedPlan.DecoratedBranch. getRelatedDeploymentProjects()abstract List<DeploymentProject>DecoratedPlan. getRelatedDeploymentProjects()
-