org.zeroturnaround.jenkins
Class DeployOrUpdate

java.lang.Object
  extended by org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
      extended by org.zeroturnaround.jenkins.DeployOrUpdate
All Implemented Interfaces:
hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>

public class DeployOrUpdate
extends LiveRebelDeployBuilder.ActionWrapper


Nested Class Summary
static class DeployOrUpdate.DescriptorImpl
           
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.LiveRebelDeployBuilder.ActionWrapper
LiveRebelDeployBuilder.ActionWrapper.ActionWrapperDescriptor
 
Field Summary
 String app
           
 String artifact
           
 String contextPath
           
 boolean isOverride
           
 String metadata
           
 List<ServerCheckbox> servers
           
 UpdateStrategiesImpl updateStrategies
           
 String ver
           
 
Constructor Summary
DeployOrUpdate(String contextPath, String artifact, String metadata, UpdateStrategiesImpl updateStrategies, List<ServerCheckbox> servers, OverrideForm overrideForm)
           
 
Method Summary
 String getContextPath()
           
 String getContextPathWithEnv()
           
 DeployOrUpdate.DescriptorImpl getDescriptor()
           
 List<ServerCheckbox> getServers()
           
 void setContextPathWithEnvVarReplaced(String contextPathWithEnvVarReplaced)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

contextPath

public final String contextPath

artifact

public final String artifact

app

public final String app

ver

public final String ver

metadata

public final String metadata

updateStrategies

public final UpdateStrategiesImpl updateStrategies

servers

public final List<ServerCheckbox> servers

isOverride

public final boolean isOverride
Constructor Detail

DeployOrUpdate

@DataBoundConstructor
public DeployOrUpdate(String contextPath,
                                           String artifact,
                                           String metadata,
                                           UpdateStrategiesImpl updateStrategies,
                                           List<ServerCheckbox> servers,
                                           OverrideForm overrideForm)
Method Detail

getContextPath

public String getContextPath()

getContextPathWithEnv

public String getContextPathWithEnv()

setContextPathWithEnvVarReplaced

public void setContextPathWithEnvVarReplaced(String contextPathWithEnvVarReplaced)

toString

public String toString()
Overrides:
toString in class Object

getServers

public List<ServerCheckbox> getServers()

getDescriptor

public DeployOrUpdate.DescriptorImpl getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<LiveRebelDeployBuilder.ActionWrapper>
Overrides:
getDescriptor in class LiveRebelDeployBuilder.ActionWrapper


Copyright © 2004-2012 Hudson. All Rights Reserved.