hudson.plugins.filesfoundtrigger
Class FilesFoundTriggerCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.plugins.filesfoundtrigger.FilesFoundTriggerCause

public class FilesFoundTriggerCause
extends hudson.model.Cause

The cause of a build that was started by a FilesFoundTrigger.


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
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 java.lang.String getDirectory()
          Get the base directory that was used when locating files.
 java.lang.String getFiles()
          Get the pattern of files that were located under the base directory.
 java.lang.String getIgnoredFiles()
          Get the pattern of files that were ignored when searching under the base directory.
 java.lang.String getShortDescription()
          
 int hashCode()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirectory

@Exported(visibility=3)
public java.lang.String getDirectory()
Get the base directory that was used when locating files.

Returns:
the base directory

getFiles

@Exported(visibility=3)
public java.lang.String getFiles()
Get the pattern of files that were located under the base directory.

Returns:
the located files

getIgnoredFiles

@Exported(visibility=3)
public java.lang.String getIgnoredFiles()
Get the pattern of files that were ignored when searching under the base directory.

Returns:
the ignored files

getShortDescription

public java.lang.String getShortDescription()

Specified by:
getShortDescription in class hudson.model.Cause

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object


Copyright © 2010. All Rights Reserved.