org.zeroturnaround.jenkins.updateModes
Class FullRestart

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

public class FullRestart
extends UpdateMode


Nested Class Summary
 
Nested classes/interfaces inherited from class org.zeroturnaround.jenkins.updateModes.UpdateMode
UpdateMode.UpdateModeDescriptor
 
Field Summary
static UpdateMode.UpdateModeDescriptor D
           
 
Constructor Summary
FullRestart()
           
 
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

D

@Extension
public static final UpdateMode.UpdateModeDescriptor D
Constructor Detail

FullRestart

@DataBoundConstructor
public FullRestart()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.