org.jenkinsci.plugins.periodicreincarnation
Class PeriodicReincarnationBuildCause
java.lang.Object
hudson.model.Cause
org.jenkinsci.plugins.periodicreincarnation.PeriodicReincarnationBuildCause
public class PeriodicReincarnationBuildCause
- extends hudson.model.Cause
This class contains the cause for restarting a single job.
- Author:
- yboev
| Nested classes/interfaces inherited from class hudson.model.Cause |
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause, hudson.model.Cause.UserIdCause |
| Methods inherited from class hudson.model.Cause |
onAddedTo, print |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeriodicReincarnationBuildCause
public PeriodicReincarnationBuildCause(String s)
- Constructor.
- Parameters:
s - The reason/cause for restart.
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription in class hudson.model.Cause
Copyright © 2004-2013. All Rights Reserved.