org.zeroturnaround.jenkins.updateModes
Class UpdateMode

java.lang.Object
  extended by org.zeroturnaround.jenkins.updateModes.UpdateMode
All Implemented Interfaces:
hudson.model.Describable<UpdateMode>
Direct Known Subclasses:
FailBuild, FullRestart, Hotpatch, LiveRebelDefault, RollingRestarts

public class UpdateMode
extends Object
implements hudson.model.Describable<UpdateMode>


Nested Class Summary
static class UpdateMode.UpdateModeDescriptor
           
 
Constructor Summary
UpdateMode()
           
 
Method Summary
 hudson.model.Descriptor<UpdateMode> getDescriptor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateMode

public UpdateMode()
Method Detail

getDescriptor

public hudson.model.Descriptor<UpdateMode> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<UpdateMode>


Copyright © 2004-2012 Hudson. All Rights Reserved.