Class DynatraceSessionStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.DynatraceSessionStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class DynatraceSessionStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DynatraceSessionStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DynatraceSessionStep(String envId, String testCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynatraceSessionStep.DescriptorImpl
getDescriptor()
List<EntityId>
getEntityIds()
String
getEnvId()
List<TagMatchRule>
getTagMatchRules()
String
getTestCase()
void
setEntityIds(List<EntityId> entityIds)
void
setTagMatchRules(List<TagMatchRule> tagMatchRules)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext stepContext)
-
-
-
Method Detail
-
getEnvId
public String getEnvId()
-
getTestCase
public String getTestCase()
-
getTagMatchRules
public List<TagMatchRule> getTagMatchRules()
-
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 classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getDescriptor
public DynatraceSessionStep.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-