org.zeroturnaround.jenkins.updateModes
Class AllAtOnce

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

public class AllAtOnce
extends UpdateMode


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

connectionPause

public final int connectionPause

D

@Extension
public static final UpdateMode.UpdateModeDescriptor D
Constructor Detail

AllAtOnce

public AllAtOnce()

AllAtOnce

@DataBoundConstructor
public AllAtOnce(int connectionPause)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013. All Rights Reserved.