org.jenkinsci.plugins.periodicreincarnation
Class JobLocalConfiguration.LocalValues
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.