Class DynatraceSessionStep

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

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

      • DynatraceSessionStep

        @DataBoundConstructor
        public DynatraceSessionStep​(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)
      • 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