org.jenkinsci.plugins.skytap
Class CreatePublishedServiceStep
java.lang.Object
org.jenkinsci.plugins.skytap.SkytapBuilder.SkytapAction
org.jenkinsci.plugins.skytap.CreatePublishedServiceStep
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<SkytapBuilder.SkytapAction>
public class CreatePublishedServiceStep
- extends SkytapBuilder.SkytapAction
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
D
@Extension
public static final SkytapBuilder.SkytapActionDescriptor D
CreatePublishedServiceStep
@DataBoundConstructor
public CreatePublishedServiceStep(String configurationID,
String configurationFile,
String vmID,
String vmName,
String networkName,
String portNumber,
String publishedServiceFile)
executeStep
public Boolean executeStep(hudson.model.AbstractBuild build,
SkytapGlobalVariables globalVars)
- Overrides:
executeStep in class SkytapBuilder.SkytapAction
getConfigurationID
public String getConfigurationID()
getConfigurationFile
public String getConfigurationFile()
getVmID
public String getVmID()
getVmName
public String getVmName()
getNetworkName
public String getNetworkName()
getPortNumber
public int getPortNumber()
getPublishedServiceFile
public String getPublishedServiceFile()
Copyright © 2004-2014. All Rights Reserved.