Class DeploymentStepImpl.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
com.atlassian.bitbucket.jenkins.internal.deployments.DeploymentStepImpl.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
DeploymentStepImpl

@Extension public static class DeploymentStepImpl.DescriptorImpl extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doCheckEnvironmentKey

      @POST public FormValidation doCheckEnvironmentKey(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentKey)
    • doCheckEnvironmentName

      @POST public FormValidation doCheckEnvironmentName(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentName)
    • doCheckEnvironmentType

      @POST public FormValidation doCheckEnvironmentType(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentType)
    • doFillEnvironmentTypeItems

      @POST public ListBoxModel doFillEnvironmentTypeItems(@AncestorInPath @CheckForNull Item context)
    • doCheckEnvironmentUrl

      @POST public FormValidation doCheckEnvironmentUrl(@AncestorInPath @CheckForNull Item context, @QueryParameter @CheckForNull String environmentUrl)
    • getBitbucketDeploymentFactory

      public BitbucketDeploymentFactory getBitbucketDeploymentFactory()
    • getDeploymentPoster

      public DeploymentPoster getDeploymentPoster()
    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
    • getRequiredContext

      public Set<? extends Class<?>> getRequiredContext()
      Specified by:
      getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • getFunctionName

      public String getFunctionName()
      Specified by:
      getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • takesImplicitBlockArgument

      public boolean takesImplicitBlockArgument()
      Overrides:
      takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptor