public class WTPipelineStep
extends org.jenkinsci.plugins.workflow.steps.AbstractStepImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
WTPipelineStep.CloudStepExecution |
static class |
WTPipelineStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
WTPipelineStep(String projectId,
String appPath,
String scriptPath,
String groupId,
String timeout,
String frameType,
String caseTimeout,
String targetOsType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppPath() |
String |
getCaseTimeout() |
String |
getFrameType() |
String |
getGroupId() |
String |
getLanguage() |
String |
getProjectId() |
String |
getScriptPath() |
String |
getTargetOsType() |
String |
getTimeout() |
void |
setCaseTimeout(String caseTimeout) |
void |
setFrameType(String frameType) |
void |
setLanguage(String language) |
void |
setTargetOsType(String targetOsType) |
public String getAppPath()
public String getGroupId()
public String getProjectId()
public String getScriptPath()
public String getTimeout()
public String getFrameType()
public void setFrameType(String frameType)
public String getLanguage()
public void setLanguage(String language)
public String getCaseTimeout()
public void setCaseTimeout(String caseTimeout)
public String getTargetOsType()
public void setTargetOsType(String targetOsType)
Copyright © 2016–2021. All rights reserved.