org.jenkinsci.plugins.skytap
Class AddTemplateToProjectStep

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

public class AddTemplateToProjectStep
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
AddTemplateToProjectStep(String templateID, String templateFile, String projectID, String projectName)
           
 
Method Summary
 Boolean executeStep(hudson.model.AbstractBuild build, SkytapGlobalVariables globalVars)
           
 String getProjectID()
           
 String getProjectName()
           
 String getRuntimeTemplateID()
           
 String getTemplateFile()
           
 String getTemplateID()
           
 void setRuntimeTemplateID(String runtimeTemplateID)
           
 
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

AddTemplateToProjectStep

@DataBoundConstructor
public AddTemplateToProjectStep(String templateID,
                                                     String templateFile,
                                                     String projectID,
                                                     String projectName)
Method Detail

executeStep

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

getTemplateID

public String getTemplateID()

getTemplateFile

public String getTemplateFile()

getProjectID

public String getProjectID()

getProjectName

public String getProjectName()

getRuntimeTemplateID

public String getRuntimeTemplateID()

setRuntimeTemplateID

public void setRuntimeTemplateID(String runtimeTemplateID)


Copyright © 2004-2014. All Rights Reserved.