Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.deployment.DeploymentState
- 
Packages that use DeploymentState Package Description com.atlassian.bitbucket.jenkins.internal.deployments Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.model.deployment Add package level annotations to indicate everything is non-null by default. - 
- 
Uses of DeploymentState in com.atlassian.bitbucket.jenkins.internal.deployments
Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type DeploymentState Modifier and Type Method Description BitbucketDeploymentBitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state)BitbucketDeploymentBitbucketDeploymentFactoryImpl. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state) - 
Uses of DeploymentState in com.atlassian.bitbucket.jenkins.internal.model.deployment
Methods in com.atlassian.bitbucket.jenkins.internal.model.deployment that return DeploymentState Modifier and Type Method Description DeploymentStateBitbucketDeployment. getState()static DeploymentStateDeploymentState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentState[]DeploymentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bitbucket.jenkins.internal.model.deployment with parameters of type DeploymentState Constructor Description BitbucketDeployment(long deploymentSequenceNumber, String description, String displayName, BitbucketDeploymentEnvironment environment, String key, DeploymentState state, String url) 
 -