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 class
DynatraceCustomSessionStep.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.DescriptorImpl
getDescriptor()
List<EntityId>
getEntityIds()
String
getEnvId()
List<TagMatchRule>
getTagMatchRules()
String
getTestCase()
Long
getTimeframeStart()
Long
getTimeframeStop()
void
setEntityIds(List<EntityId> entityIds)
void
setTagMatchRules(List<TagMatchRule> tagMatchRules)
void
setTimeframeStart(Long timeframeStart)
void
setTimeframeStop(Long timeframeStop)
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)
-
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 classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-
getDescriptor
public DynatraceCustomSessionStep.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<org.jenkinsci.plugins.workflow.steps.Step>
- Overrides:
getDescriptor
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-