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.versions.actions   
com.atlassian.bamboo.deployments.versions.service   
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 MoveEnvironment.getSecuredDomainObject()
           
 DeploymentProject CreateEnvironment.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)
           
 

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 DeleteDeploymentProject.getSecuredDomainObject()
           
 DeploymentProject ConfigureDeploymentProjectVersioning.getSecuredDomainObject()
           
 DeploymentProject ConfigureDeploymentProjectPermissions.getSecuredDomainObject()
           
 DeploymentProject ConfigureDeploymentProjectDetails.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.editDeploymentProject(long id, java.lang.String name, java.lang.String description, java.lang.String planKeyString)
           
 DeploymentProject DeploymentProjectService.editDeploymentProject(long id, 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
 

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()
           
 

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.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(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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.