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

Packages that use InternalDeploymentProject
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.cache   
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.matcher   
com.atlassian.bamboo.deployments.projects.persistence   
com.atlassian.bamboo.deployments.versions.service   
 

Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments with type parameters of type InternalDeploymentProject
static
<T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>
DeploymentMatchers.equalToDeploymentProject(T reference)
           
 

Methods in com.atlassian.bamboo.deployments that return InternalDeploymentProject
static InternalDeploymentProject DeploymentMocks.mockDeploymentProject(long id, java.lang.String name, java.lang.String description, PlanKey planKey)
           
 

Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.cache
 

Methods in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProject
 void LinkedDeploymentProjectCacheServiceImpl.add(InternalDeploymentProject deploymentProject)
           
 void LinkedDeploymentProjectCacheServiceImpl.refresh(InternalDeploymentProject deploymentProject)
           
 void LinkedDeploymentProjectCacheService.refresh(InternalDeploymentProject deploymentProject)
           
 

Constructors in com.atlassian.bamboo.deployments.cache with parameters of type InternalDeploymentProject
LinkedDeploymentProjectImpl(InternalDeploymentProject deploymentProject)
           
 

Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.environments.index
 

Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type InternalDeploymentProject
IndexedEnvironmentImpl(InternalDeploymentProject project, InternalEnvironment environment, DeploymentResult latestResult, PlanResultKey latestVersionPlanResultKey)
           
 

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

Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects
 interface DeploymentProject
          Represents a Deployment Project.
 

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

Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.matcher
 

Classes in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProject
 class IsDeploymentProjectEq<T extends InternalDeploymentProject>
           
 

Methods in com.atlassian.bamboo.deployments.projects.matcher with type parameters of type InternalDeploymentProject
static
<T extends InternalDeploymentProject>
org.hamcrest.Matcher<T>
IsDeploymentProjectEq.equalToDeploymentProject(T reference)
           
 

Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence
 

Subinterfaces of InternalDeploymentProject in com.atlassian.bamboo.deployments.projects.persistence
 interface MutableDeploymentProject
          Represents the Deployment Project that will be stored in the database.
 

Classes in com.atlassian.bamboo.deployments.projects.persistence that implement InternalDeploymentProject
 class MutableDeploymentProjectImpl
           
 

Uses of InternalDeploymentProject in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type InternalDeploymentProject
 MutableDeploymentVersion VersionNamingServiceImpl.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion deploymentVersion, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
           
 MutableDeploymentVersion VersionNamingService.nameAndCreateVersion(InternalDeploymentProject deploymentProject, ImmutablePlan linkedPlan, MutableDeploymentVersion version, java.lang.String versionName, java.lang.String nextVersionName, java.util.Map<java.lang.String,VariableDefinitionContext> variables)
          Takes a new deployment version, if new version name supplied, uses that, otherwise generates unique name based on version naming scheme.
 



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