Uses of Enum Class
com.atlassian.bitbucket.jenkins.internal.model.deployment.DeploymentState
Packages that use DeploymentState
Package
Description
Add package level annotations to indicate everything is non-null by default.
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 DeploymentStateModifier and TypeMethodDescriptionBitbucketDeploymentFactory.createDeployment(Run<?, ?> run, BitbucketDeploymentEnvironment environment, DeploymentState state) BitbucketDeploymentFactoryImpl.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 DeploymentStateModifier and TypeMethodDescriptionBitbucketDeployment.getState()static DeploymentStateReturns the enum constant of this class with the specified name.static DeploymentState[]DeploymentState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bitbucket.jenkins.internal.model.deployment with parameters of type DeploymentStateModifierConstructorDescriptionBitbucketDeployment(long deploymentSequenceNumber, String description, String displayName, BitbucketDeploymentEnvironment environment, String key, DeploymentState state, String url)