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 framework,
String caseTimeout,
String targetOsType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppPath() |
String |
getCaseTimeout() |
String |
getFramework() |
String |
getGroupId() |
String |
getLanguage() |
String |
getProjectId() |
String |
getScriptPath() |
String |
getTargetOsType() |
String |
getTimeout() |
void |
setCaseTimeout(String caseTimeout) |
void |
setFramework(String framework) |
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 getFramework()
public void setFramework(String framework)
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.