public class NetworkConnectStep extends SkytapBuilder.SkytapAction
| Modifier and Type | Field and Description | 
|---|---|
static SkytapBuilder.SkytapActionDescriptor | 
D  | 
displayName| Constructor and Description | 
|---|
NetworkConnectStep(String sourceNetworkConfigurationID,
                  String targetNetworkConfigurationID,
                  String sourceNetworkConfigurationFile,
                  String targetNetworkConfigurationFile,
                  String sourceNetworkName,
                  String targetNetworkName)  | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
executeStep(hudson.model.AbstractBuild build,
           SkytapGlobalVariables globalVars)  | 
SkytapGlobalVariables | 
getGlobalVars()  | 
String | 
getSourceNetworkConfigurationFile()  | 
String | 
getSourceNetworkConfigurationID()  | 
String | 
getSourceNetworkName()  | 
String | 
getTargetNetworkConfigurationFile()  | 
String | 
getTargetNetworkConfigurationID()  | 
String | 
getTargetNetworkName()  | 
getDescriptor, getDisplayName@Extension public static final SkytapBuilder.SkytapActionDescriptor D
public Boolean executeStep(hudson.model.AbstractBuild build, SkytapGlobalVariables globalVars)
executeStep in class SkytapBuilder.SkytapActionpublic SkytapGlobalVariables getGlobalVars()
public String getSourceNetworkConfigurationID()
public String getTargetNetworkConfigurationID()
public String getSourceNetworkConfigurationFile()
public String getTargetNetworkConfigurationFile()
public String getSourceNetworkName()
public String getTargetNetworkName()
Copyright © 2004-2019. All Rights Reserved.