org.jenkinsci.plugins.skytap
Class NetworkConnectStep

java.lang.Object
  extended by org.jenkinsci.plugins.skytap.SkytapBuilder.SkytapAction
      extended by org.jenkinsci.plugins.skytap.NetworkConnectStep
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<SkytapBuilder.SkytapAction>

public class NetworkConnectStep
extends SkytapBuilder.SkytapAction


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
static SkytapBuilder.SkytapActionDescriptor D
           
 
Fields inherited from class org.jenkinsci.plugins.skytap.SkytapBuilder.SkytapAction
displayName
 
Constructor Summary
NetworkConnectStep(String sourceNetworkConfigurationID, String targetNetworkConfigurationID, String sourceNetworkConfigurationFile, String targetNetworkConfigurationFile, String sourceNetworkName, String targetNetworkName)
           
 
Method Summary
 Boolean executeStep(hudson.model.AbstractBuild build, SkytapGlobalVariables globalVars)
           
 SkytapGlobalVariables getGlobalVars()
           
 String getSourceNetworkConfigurationFile()
           
 String getSourceNetworkConfigurationID()
           
 String getSourceNetworkName()
           
 String getTargetNetworkConfigurationFile()
           
 String getTargetNetworkConfigurationID()
           
 String getTargetNetworkName()
           
 
Methods inherited from class org.jenkinsci.plugins.skytap.SkytapBuilder.SkytapAction
getDescriptor, getDisplayName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

D

@Extension
public static final SkytapBuilder.SkytapActionDescriptor D
Constructor Detail

NetworkConnectStep

@DataBoundConstructor
public NetworkConnectStep(String sourceNetworkConfigurationID,
                                               String targetNetworkConfigurationID,
                                               String sourceNetworkConfigurationFile,
                                               String targetNetworkConfigurationFile,
                                               String sourceNetworkName,
                                               String targetNetworkName)
Method Detail

executeStep

public Boolean executeStep(hudson.model.AbstractBuild build,
                           SkytapGlobalVariables globalVars)
Overrides:
executeStep in class SkytapBuilder.SkytapAction

getGlobalVars

public SkytapGlobalVariables getGlobalVars()

getSourceNetworkConfigurationID

public String getSourceNetworkConfigurationID()

getTargetNetworkConfigurationID

public String getTargetNetworkConfigurationID()

getSourceNetworkConfigurationFile

public String getSourceNetworkConfigurationFile()

getTargetNetworkConfigurationFile

public String getTargetNetworkConfigurationFile()

getSourceNetworkName

public String getSourceNetworkName()

getTargetNetworkName

public String getTargetNetworkName()


Copyright © 2004-2014. All Rights Reserved.