hudson.triggers
Class SCMTrigger.SCMTriggerCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.triggers.SCMTrigger.SCMTriggerCause
Enclosing class:
SCMTrigger

public static class SCMTrigger.SCMTriggerCause
extends Cause


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause
Cause.LegacyCodeCause, Cause.RemoteCause, Cause.UpstreamCause, Cause.UserCause, Cause.UserIdCause
 
Constructor Summary
SCMTrigger.SCMTriggerCause()
          Deprecated. Use #SCMTriggerCause(String).
SCMTrigger.SCMTriggerCause(File logFile)
           
SCMTrigger.SCMTriggerCause(String pollingLog)
           
 
Method Summary
 boolean equals(Object o)
           
 String getShortDescription()
          One-line human-readable text of the cause.
 int hashCode()
           
 void onAddedTo(AbstractBuild build)
          Called when the cause is registered to AbstractBuild.
 
Methods inherited from class hudson.model.Cause
print
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCMTrigger.SCMTriggerCause

public SCMTrigger.SCMTriggerCause(File logFile)
                           throws IOException
Throws:
IOException

SCMTrigger.SCMTriggerCause

public SCMTrigger.SCMTriggerCause(String pollingLog)

SCMTrigger.SCMTriggerCause

public SCMTrigger.SCMTriggerCause()
Deprecated. Use #SCMTriggerCause(String).

Method Detail

onAddedTo

public void onAddedTo(AbstractBuild build)
Description copied from class: Cause
Called when the cause is registered to AbstractBuild.

Overrides:
onAddedTo in class Cause
Parameters:
build - never null

getShortDescription

public String getShortDescription()
Description copied from class: Cause
One-line human-readable text of the cause.

By default, this method is used to render HTML as well.

Specified by:
getShortDescription in class Cause

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2013. All Rights Reserved.