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 classDynatraceSessionStep.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.DescriptorImplgetDescriptor()List<EntityId>getEntityIds()StringgetEnvId()List<TagMatchRule>getTagMatchRules()StringgetTestCase()voidsetEntityIds(List<EntityId> entityIds)voidsetTagMatchRules(List<TagMatchRule> tagMatchRules)org.jenkinsci.plugins.workflow.steps.StepExecutionstart(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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getDescriptor
public DynatraceSessionStep.DescriptorImpl getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>- Overrides:
getDescriptorin classorg.jenkinsci.plugins.workflow.steps.Step
-
-