org.zeroturnaround.jenkins.updateModes
Class Hotpatch
java.lang.Object
org.zeroturnaround.jenkins.updateModes.UpdateMode
org.zeroturnaround.jenkins.updateModes.Hotpatch
- All Implemented Interfaces:
- hudson.model.Describable<UpdateMode>
public class Hotpatch
- extends UpdateMode
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
updateWithWarnings
public final boolean updateWithWarnings
requestPause
public final int requestPause
fallback
public final UpdateMode fallback
Hotpatch
public Hotpatch()
Hotpatch
@DataBoundConstructor
public Hotpatch(boolean updateWithWarnings,
int requestPause,
UpdateMode fallback)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004-2013. All Rights Reserved.