Class TuleapSendTTMResultsStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class TuleapSendTTMResultsStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    • Constructor Detail

      • TuleapSendTTMResultsStep

        @DataBoundConstructor
        public TuleapSendTTMResultsStep​(String filesPath,
                                        String campaignId,
                                        String credentialId)
    • Method Detail

      • getFilesPath

        public String getFilesPath()
      • getCampaignId

        public String getCampaignId()
      • getCredentialId

        public String getCredentialId()
      • 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