Class DynatraceCustomSessionStep

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

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

      • DynatraceCustomSessionStep

        @DataBoundConstructor
        public DynatraceCustomSessionStep​(String envId,
                                          String testCase)
    • Method Detail

      • getEnvId

        public String getEnvId()
      • getTestCase

        public String getTestCase()
      • setEntityIds

        @DataBoundSetter
        public void setEntityIds​(List<EntityId> entityIds)
      • setTagMatchRules

        @DataBoundSetter
        public void setTagMatchRules​(List<TagMatchRule> tagMatchRules)
      • getTimeframeStart

        public Long getTimeframeStart()
      • setTimeframeStart

        @DataBoundSetter
        public void setTimeframeStart​(Long timeframeStart)
      • getTimeframeStop

        public Long getTimeframeStop()
      • setTimeframeStop

        @DataBoundSetter
        public void setTimeframeStop​(Long timeframeStop)
      • 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