Class CpsFlowDefinition.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    CpsFlowDefinition

    @Extension
    public static class CpsFlowDefinition.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.flow.FlowDefinitionDescriptor
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doCheckScript

        public FormValidation doCheckScript​(@QueryParameter
                                            String value,
                                            @QueryParameter
                                            String oldScript,
                                            @QueryParameter
                                            boolean sandbox)
      • doCheckScriptCompile

        public net.sf.json.JSON doCheckScriptCompile​(@AncestorInPath
                                                     Item job,
                                                     @QueryParameter
                                                     String value)