Class ValidateStep

    • Constructor Detail

      • ValidateStep

        @DataBoundConstructor
        public ValidateStep​(String metadataFile,
                            String taxonomyFile)
    • Method Detail

      • getMetadataFile

        public String getMetadataFile()
      • setMetadataFile

        @DataBoundSetter
        public void setMetadataFile​(String metadataFile)
      • getTaxonomyFile

        public String getTaxonomyFile()
      • setTaxonomyFile

        @DataBoundSetter
        public void setTaxonomyFile​(String taxonomyFile)
      • start

        public org.jenkinsci.plugins.workflow.steps.StepExecution start​(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
                                                                 throws Exception
        Specified by:
        start in class org.jenkinsci.plugins.workflow.steps.Step
        Throws:
        Exception