Uses of Class
com.atlassian.bitbucket.jenkins.internal.model.deployment.BitbucketDeploymentEnvironment
-
Packages that use BitbucketDeploymentEnvironment 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 BitbucketDeploymentEnvironment in com.atlassian.bitbucket.jenkins.internal.deployments
Methods in com.atlassian.bitbucket.jenkins.internal.deployments that return BitbucketDeploymentEnvironment Modifier and Type Method Description BitbucketDeploymentEnvironmentDeploymentNotifier. getEnvironment(Run<?,?> run, TaskListener listener)BitbucketDeploymentEnvironmentDeploymentStep. getEnvironment(Run<?,?> run, TaskListener listener)Generates aBitbucketDeploymentEnvironmentfrom the various components.BitbucketDeploymentEnvironmentDeploymentStepImpl. getEnvironment(Run<?,?> run, TaskListener listener)static BitbucketDeploymentEnvironmentDeploymentStepUtils. getEnvironment(DeploymentStep step, Run<?,?> run, TaskListener listener)Create aBitbucketDeploymentEnvironment.Methods in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketDeploymentEnvironment Modifier and Type Method Description BitbucketDeploymentBitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment)Create a deployment from the providedRunandBitbucketDeploymentEnvironment.BitbucketDeploymentBitbucketDeploymentFactory. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state)BitbucketDeploymentBitbucketDeploymentFactoryImpl. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment)BitbucketDeploymentBitbucketDeploymentFactoryImpl. createDeployment(Run<?,?> run, BitbucketDeploymentEnvironment environment, DeploymentState state)Constructors in com.atlassian.bitbucket.jenkins.internal.deployments with parameters of type BitbucketDeploymentEnvironment Constructor Description DeploymentStepExecutionCallback(BitbucketDeploymentEnvironment environment) -
Uses of BitbucketDeploymentEnvironment in com.atlassian.bitbucket.jenkins.internal.model.deployment
Methods in com.atlassian.bitbucket.jenkins.internal.model.deployment that return BitbucketDeploymentEnvironment Modifier and Type Method Description BitbucketDeploymentEnvironmentBitbucketDeployment. getEnvironment()Constructors in com.atlassian.bitbucket.jenkins.internal.model.deployment with parameters of type BitbucketDeploymentEnvironment Constructor Description BitbucketDeployment(long deploymentSequenceNumber, String description, String displayName, BitbucketDeploymentEnvironment environment, String key, DeploymentState state, String url)
-