Class MeasureAndSendToWavefrontStep

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

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

      • MeasureAndSendToWavefrontStep

        @DataBoundConstructor
        public MeasureAndSendToWavefrontStep​(String metricName)
    • Method Detail

      • getMetricName

        public String getMetricName()
      • setMetricName

        @DataBoundSetter
        public void setMetricName​(String metricName)
      • getStartTime

        public long getStartTime()
      • 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