Class TuleapNotifyCommitStatusStep

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

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

      • TuleapNotifyCommitStatusStep

        @DataBoundConstructor
        public TuleapNotifyCommitStatusStep​(TuleapBuildStatus status,
                                            String repositoryId,
                                            String credentialId)
    • Method Detail

      • getCredentialId

        public String getCredentialId()
      • getRepositoryId

        public String getRepositoryId()
      • start

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