org.jenkinsci.plugins
Class ReincarnateFailedBuildsCause

java.lang.Object
  extended by hudson.model.Cause
      extended by org.jenkinsci.plugins.ReincarnateFailedBuildsCause

public class ReincarnateFailedBuildsCause
extends hudson.model.Cause

This class contains the cause for restarting a single job.

Author:
yboev

Nested Class Summary
 
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
 
Constructor Summary
ReincarnateFailedBuildsCause(String s)
          Constructor.
 
Method Summary
 String getShortDescription()
           
 
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
 

Constructor Detail

ReincarnateFailedBuildsCause

public ReincarnateFailedBuildsCause(String s)
Constructor. Also adds the reason why this particular job has bee restarted.

Parameters:
s - the reason/cause of restart.
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class hudson.model.Cause


Copyright © 2004-2012. All Rights Reserved.