|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zeroturnaround.jenkins.updateModes.UpdateMode
org.zeroturnaround.jenkins.updateModes.Hotpatch
public class Hotpatch
| 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 |
|---|
public final boolean updateWithWarnings
public final int requestPause
public final UpdateMode fallback
| Constructor Detail |
|---|
public Hotpatch()
@DataBoundConstructor
public Hotpatch(boolean updateWithWarnings,
int requestPause,
UpdateMode fallback)
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||