org.zeroturnaround.jenkins.updateModes
Class Hotpatch

java.lang.Object
  extended by org.zeroturnaround.jenkins.updateModes.UpdateMode
      extended by org.zeroturnaround.jenkins.updateModes.Hotpatch
All Implemented Interfaces:
hudson.model.Describable<UpdateMode>

public class Hotpatch
extends UpdateMode


Nested Class Summary
static class Hotpatch.DescriptorImpl
           
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.updateModes.UpdateMode
UpdateMode.UpdateModeDescriptor
 
Field Summary
 UpdateMode fallback
           
 int requestPause
           
 boolean updateWithWarnings
           
 
Constructor Summary
Hotpatch()
           
Hotpatch(boolean updateWithWarnings, int requestPause, UpdateMode fallback)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.zeroturnaround.jenkins.updateModes.UpdateMode
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

updateWithWarnings

public final boolean updateWithWarnings

requestPause

public final int requestPause

fallback

public final UpdateMode fallback
Constructor Detail

Hotpatch

public Hotpatch()

Hotpatch

@DataBoundConstructor
public Hotpatch(boolean updateWithWarnings,
                                     int requestPause,
                                     UpdateMode fallback)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.