org.jenkinsci.plugins.periodicreincarnation
Class JobLocalConfiguration.LocalValues

java.lang.Object
  extended by org.jenkinsci.plugins.periodicreincarnation.JobLocalConfiguration.LocalValues
Enclosing class:
JobLocalConfiguration

public static class JobLocalConfiguration.LocalValues
extends Object

The options that unfold after enabling the local configuration for periodic reincarnation in the job config page.

Author:
yboev

Constructor Summary
JobLocalConfiguration.LocalValues(boolean isEnabled, int maxDepth)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobLocalConfiguration.LocalValues

@DataBoundConstructor
public JobLocalConfiguration.LocalValues(boolean isEnabled,
                                                              int maxDepth)
Constructor.

Parameters:
isEnabled - is afterbuild restart enabled.
maxDepth - what is the maximal restart depth for this particular job.


Copyright © 2004–2014. All rights reserved.