Class DeploymentStepImpl.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • 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)
      • 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