Class DynatraceCustomSessionStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.DynatraceCustomSessionStep
-
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class DynatraceCustomSessionStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDynatraceCustomSessionStep.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description DynatraceCustomSessionStep(String envId, String testCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynatraceCustomSessionStep.DescriptorImplgetDescriptor()List<EntityId>getEntityIds()StringgetEnvId()List<TagMatchRule>getTagMatchRules()StringgetTestCase()LonggetTimeframeStart()LonggetTimeframeStop()voidsetEntityIds(List<EntityId> entityIds)voidsetTagMatchRules(List<TagMatchRule> tagMatchRules)voidsetTimeframeStart(Long timeframeStart)voidsetTimeframeStop(Long timeframeStop)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)
-
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:
startin classorg.jenkinsci.plugins.workflow.steps.Step- Throws:
Exception
-
getDescriptor
public DynatraceCustomSessionStep.DescriptorImpl getDescriptor()
- Specified by:
getDescriptorin interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>- Overrides:
getDescriptorin classorg.jenkinsci.plugins.workflow.steps.Step
-
-