Uses of Interface
com.atlassian.bamboo.deployments.projects.DeploymentProject

Packages that use DeploymentProject
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.actions.agents   
com.atlassian.bamboo.deployments.environments.actions.triggers   
com.atlassian.bamboo.deployments.environments.actions.variable   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.runtime   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.index   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.index.quicksearch   
com.atlassian.bamboo.plugins.jira.rest.model.deployment   
com.atlassian.bamboo.plugins.testutils.deployments   
com.atlassian.bamboo.testutils.deployments.projects   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.agent   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.plan   
com.atlassian.bamboo.ww2.aware.permissions   
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions
 

Methods in com.atlassian.bamboo.deployments.environments.actions that return DeploymentProject
 DeploymentProject ViewEnvironment.getDeploymentProject()
           
 DeploymentProject MoveEnvironment.getDeploymentProject()
           
 DeploymentProject CreateEnvironment.getDeploymentProject()
           
 DeploymentProject ConfigureEnvironmentTasks.getDeploymentProject()
           
 DeploymentProject ConfigureEnvironmentPermissions.getDeploymentProject()
           
 DeploymentProject ConfigureEnvironment.getDeploymentProject()
           
 DeploymentProject CloneEnvironment.getDeploymentProject()
           
 DeploymentProject MoveEnvironment.getSecuredDomainObject()
           
 DeploymentProject CreateEnvironment.getSecuredDomainObject()
           
 DeploymentProject CloneEnvironment.getSecuredDomainObject()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.agents
 

Methods in com.atlassian.bamboo.deployments.environments.actions.agents that return DeploymentProject
 DeploymentProject ConfigureEnvironmentAgents.getDeploymentProject()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.triggers
 

Methods in com.atlassian.bamboo.deployments.environments.actions.triggers that return DeploymentProject
 DeploymentProject ConfigureEnvironmentTriggers.getDeploymentProject()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.actions.variable
 

Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return DeploymentProject
 DeploymentProject ConfigureVariablesForEnvironment.getDeploymentProject()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type DeploymentProject
 int EnvironmentServiceImpl.getEnvironmentCountForProject(DeploymentProject deploymentProject)
           
 int EnvironmentService.getEnvironmentCountForProject(DeploymentProject deploymentProject)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.execution
 

Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentProject
DeploymentContextImpl(DeploymentProject deploymentProject, DeploymentResult deploymentResult, java.util.List<TaskDefinition> taskDefinitions, java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration, VariableContext variableContext, java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap, java.util.Map<java.lang.String,Artifact> versionArtifacts, DeploymentVersion previousVersion, java.lang.Iterable<CredentialsData> sharedCredentials)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentProject
 DeploymentProject ViewDeploymentResult.getDeploymentProject()
           
 DeploymentProject ExecuteManualDeployment.getDeploymentProject()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects
 

Classes in com.atlassian.bamboo.deployments.projects that implement DeploymentProject
 class DeploymentProjectIdentifier
           
 class DeploymentProjectImpl
          Immutable implementation to be exposed by the service
 

Methods in com.atlassian.bamboo.deployments.projects that return DeploymentProject
 DeploymentProject DeploymentProjectWithEnvironmentStatusesImpl.getDeploymentProject()
           
 DeploymentProject DeploymentProjectStatusForResultSummaryImpl.getDeploymentProject()
           
 DeploymentProject DeploymentProjectWithEnvironmentStatuses.getDeploymentProject()
           
 DeploymentProject DeploymentProjectStatusForResultSummary.getDeploymentProject()
           
 

Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentProject
static com.google.common.base.Function<DeploymentProject,java.util.List<DeploymentProjectItem>> DeploymentProjectFunctions.getDeploymentProjectItems(DeploymentProjectService deploymentProjectService)
           
 

Constructors in com.atlassian.bamboo.deployments.projects with parameters of type DeploymentProject
DeploymentProjectImpl(DeploymentProject deploymentProject, EnvironmentService environmentService, Operations operations)
           
DeploymentProjectStatusForResultSummaryImpl(DeploymentProject deploymentProject, DeploymentVersion relatedVersion, DeploymentVersion futureVersion, ResultsSummary futureVersionResult, java.util.List<? extends EnvironmentStatus> environmentStatuses)
           
DeploymentProjectWithEnvironmentStatusesImpl(DeploymentProject deploymentProject, java.util.List<? extends EnvironmentStatus> environmentStatuses)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.actions
 

Methods in com.atlassian.bamboo.deployments.projects.actions that return DeploymentProject
 DeploymentProject ViewDeploymentProjects.getDeploymentProject()
           
 DeploymentProject DeleteDeploymentProject.getDeploymentProject()
           
 DeploymentProject CreateDeploymentProjectDetails.getDeploymentProject()
           
 DeploymentProject ConfigureDeploymentProjectVersioning.getDeploymentProject()
           
 DeploymentProject ConfigureDeploymentProjectPermissions.getDeploymentProject()
           
 DeploymentProject ConfigureDeploymentProject.getDeploymentProject()
           
 DeploymentProject CloneDeploymentProject.getDeploymentProject()
           
 DeploymentProject DeleteDeploymentProject.getSecuredDomainObject()
           
 DeploymentProject ConfigureDeploymentProjectVersioning.getSecuredDomainObject()
           
 DeploymentProject ConfigureDeploymentProjectPermissions.getSecuredDomainObject()
           
 DeploymentProject ConfigureDeploymentProjectDetails.getSecuredDomainObject()
           
 DeploymentProject CloneDeploymentProject.getSecuredDomainObject()
           
 

Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type DeploymentProject
 java.util.List<DeploymentProject> ViewAllDeploymentProjects.getDeploymentProjects()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.projects.service
 

Methods in com.atlassian.bamboo.deployments.projects.service that return DeploymentProject
 DeploymentProject DeploymentProjectServiceImpl.addDeploymentProject(java.lang.String name, java.lang.String description, java.lang.String planKeyString)
           
 DeploymentProject DeploymentProjectService.addDeploymentProject(java.lang.String name, java.lang.String description, java.lang.String planKeyString)
          Create a new deployment project.
 DeploymentProject DeploymentProjectServiceImpl.cloneDeploymentProject(long deploymentProjectId, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
           
 DeploymentProject DeploymentProjectService.cloneDeploymentProject(long id, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
          Create a new deployment project.
 DeploymentProject DeploymentProjectServiceImpl.editDeploymentProject(long deploymentProjectId, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
           
 DeploymentProject DeploymentProjectService.editDeploymentProject(long deploymentProjectId, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
          Edit the details of the deployment project
 DeploymentProject DeploymentProjectServiceImpl.getDeploymentProject(long id)
           
 DeploymentProject DeploymentProjectService.getDeploymentProject(long id)
           
 DeploymentProject DeploymentProjectServiceImpl.getDeploymentProjectForEnvironment(long environmentID)
           
 DeploymentProject DeploymentProjectService.getDeploymentProjectForEnvironment(long environmentID)
          Retrieve the deployment project that a specific environment belongs to.
 DeploymentProject DeploymentProjectServiceImpl.getDeploymentProjectForVersion(long versionId)
           
 DeploymentProject DeploymentProjectService.getDeploymentProjectForVersion(long versionId)
          Retrieve the deployment project that a specific version belongs to.
 

Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type DeploymentProject
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getAllDeploymentProjects()
           
 java.util.List<DeploymentProject> DeploymentProjectService.getAllDeploymentProjects()
           
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getDeploymentProjectsReferencingArtifact(Artifact artifact)
           
 java.util.List<DeploymentProject> DeploymentProjectService.getDeploymentProjectsReferencingArtifact(Artifact artifact)
          Get all deployment projects that contain a version that uses specified artifact
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToArtifact(ArtifactDefinition artifactDefinition)
           
 java.util.List<DeploymentProject> DeploymentProjectService.getDeploymentProjectsRelatedToArtifact(ArtifactDefinition artifactDefinition)
          Retrieve the deployment projects that refer to the artifactDefinition within their items
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
           
 java.util.List<DeploymentProject> DeploymentProjectService.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
          Retrieve the deployment projects that are linked to a specific plan
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
           
 java.util.List<DeploymentProject> DeploymentProjectService.getDeploymentProjectsRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
          Retrieve the deployment projects that are linked to a specific plan or any of its branches
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.runtime
 

Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentProject
 void DeploymentsInProgressServiceImpl.onDeploymentTriggered(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 void DeploymentsInProgressService.onDeploymentTriggered(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 

Constructors in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentProject
DeploymentInProgress(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions that return DeploymentProject
 DeploymentProject CreateDeploymentVersion.getDeploymentProject()
           
 DeploymentProject AbstractDeploymentVersionHistoryAction.getDeploymentProject()
           
 DeploymentProject AbstractDeploymentVersionAction.getDeploymentProject()
           
 DeploymentProject RenameDeploymentVersion.getSecuredDomainObject()
           
 DeploymentProject DeleteDeploymentVersion.getSecuredDomainObject()
           
 DeploymentProject CreateDeploymentVersion.getSecuredDomainObject()
           
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentProject
protected  DeploymentVersion AbstractCreateDeploymentVersion.createVersion(DeploymentProject deploymentProject, java.lang.String newReleaseBuildResult, java.lang.String versionName)
           
protected  void AbstractCreateDeploymentVersion.validateNewRelease(DeploymentProject deploymentProject, java.lang.String newReleaseBuildResult, java.lang.String versionName)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.deployments.versions.index
 

Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type DeploymentProject
IndexedVersionImpl(DeploymentVersion deploymentVersion, DeploymentProject deploymentProject, PlanResultKey planResultKey, java.util.List<DeploymentVersionLinkedJiraIssue> issues)
           
 

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
 com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion> DeploymentVersionServiceImpl.findVersionsAssociatedWithJiraIssue(java.lang.String issueKey)
           
 com.google.common.collect.Multimap<DeploymentProject,DeploymentVersion> DeploymentVersionService.findVersionsAssociatedWithJiraIssue(java.lang.String issueKey)
          Find all the version that are associated with a JIRA issue, grouped by DeploymentProject
 

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentProject
 java.util.Map<DeploymentVersion,java.lang.Integer> DeploymentVersionServiceImpl.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)
           
 java.util.Map<DeploymentVersion,java.lang.Integer> DeploymentVersionService.findLatestKnownVersionsForEnvironmentsOfDeploymentProject(DeploymentProject deploymentProject)
          Find all DeploymentVersion that are currently deployed on environments of a DeploymentProject For each version found give number of environments it is present on.
 

Uses of DeploymentProject in com.atlassian.bamboo.index.quicksearch
 

Methods in com.atlassian.bamboo.index.quicksearch with parameters of type DeploymentProject
static QuickSearchDocument QuickSearchDocumentFactory.forDeploymentProject(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
DeploymentProjectSummary(DeploymentProject deploymentProject, java.lang.String mainBranch, com.google.common.collect.ImmutableList<VersionSummary> latestVersions, com.google.common.collect.ImmutableList<EnvironmentSummary> environments, java.lang.String firstMainlineVersion, java.lang.String lastMainlineVersion, com.google.common.collect.ImmutableList<java.lang.String> branches, java.lang.String baseUrl)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.plugins.testutils.deployments
 

Methods in com.atlassian.bamboo.plugins.testutils.deployments that return DeploymentProject
 DeploymentProject DeploymentsTestServiceImpl.createDeploymentProjectWithEnvironments(PlanKey planKey)
           
 DeploymentProject DeploymentsTestService.createDeploymentProjectWithEnvironments(PlanKey planKey)
           
 DeploymentProject DeploymentsTestServiceImpl.createSimpleDeployment(PlanKey planKey)
           
 DeploymentProject DeploymentsTestService.createSimpleDeployment(PlanKey planKey)
           
 

Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentProject
 DeploymentVersion DeploymentsTestServiceImpl.createDeploymentVersion(DeploymentProject deploymentProject, PlanResultKey resultKey)
           
 DeploymentVersion DeploymentsTestService.createDeploymentVersion(DeploymentProject deploymentProject, PlanResultKey resultKey)
           
 void DeploymentsTestServiceImpl.createDeploymentVersions(DeploymentProject deploymentProject, int firstResult, int maxResults)
           
 void DeploymentsTestService.createDeploymentVersions(DeploymentProject deploymentProject, int firstResult, int maxResults)
           
 void DeploymentsTestServiceImpl.executeDeployment(DeploymentProject deploymentProject, java.lang.String environmentName, java.lang.String versionName)
           
 void DeploymentsTestService.executeDeployment(DeploymentProject deploymentProject, java.lang.String environmentName, java.lang.String versionName)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.testutils.deployments.projects
 

Methods in com.atlassian.bamboo.testutils.deployments.projects that return DeploymentProject
static DeploymentProject DeploymentProjectTestHelper.mockDeploymentProject(DeploymentProjectService deploymentProjectService, long id, java.lang.String name)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 that return DeploymentProject
 DeploymentProject BambooActionSupport.getDeploymentProject(long environmentId)
           
 

Uses of DeploymentProject in com.atlassian.bamboo.ww2.actions.agent
 

Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type DeploymentProject
AgentAssignmentExecutableDetails(DeploymentProject deploymentProject)
           
AgentAssignmentExecutableDetails(Environment environment, DeploymentProject deploymentProject, boolean capabilitiesMatch)
           
 

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
 java.util.List<DeploymentProject> ConfigureBuildArtifact.getDeploymentProjectsUsingArtifact(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
 java.util.List<DeploymentProject> StageAction.getRelatedDeploymentProjects()
           
 

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
 java.util.List<DeploymentProject> DeletePlan.getLinkedDeploymentProjects()
           
 

Uses of DeploymentProject in com.atlassian.bamboo.ww2.aware.permissions
 

Methods in com.atlassian.bamboo.ww2.aware.permissions that return DeploymentProject
 DeploymentProject DeploymentProjectEditSecurityAware.getSecuredDomainObject()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.