org.jenkinsci.plugins.periodicreincarnation
Class Constants

java.lang.Object
  extended by org.jenkinsci.plugins.periodicreincarnation.Constants

public final class Constants
extends Object

Constants.

Author:
yboev

Field Summary
static int AFTERBUILDQUIETPERIOD
          Used as delay for the AfterbuildRestart option.
static String AFTERBUILDRESTART
           
static String CRONRESTART
           
static String NODIFFERENCERESTART
           
static int NORMALQUIETPERIOD
          Used when a project should be build as soon as possible.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRONRESTART

public static final String CRONRESTART
See Also:
Constant Field Values

AFTERBUILDRESTART

public static final String AFTERBUILDRESTART
See Also:
Constant Field Values

NODIFFERENCERESTART

public static final String NODIFFERENCERESTART
See Also:
Constant Field Values

NORMALQUIETPERIOD

public static final int NORMALQUIETPERIOD
Used when a project should be build as soon as possible.

See Also:
Constant Field Values

AFTERBUILDQUIETPERIOD

public static final int AFTERBUILDQUIETPERIOD
Used as delay for the AfterbuildRestart option.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2004–2014. All rights reserved.