hudson.plugins.filesfoundtrigger
Class Messages

java.lang.Object
  extended by hudson.plugins.filesfoundtrigger.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Cause(java.lang.Object arg1, java.lang.Object arg2)
          Started due to files found in "{0}" matching pattern "{1}"
static org.jvnet.localizer.Localizable _CauseWithIgnoredFiles(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Started due to files found in "{0}" matching pattern "{1}" but not "{2}"
static org.jvnet.localizer.Localizable _DirectoryNotFound()
          Directory not found.
static org.jvnet.localizer.Localizable _DirectoryNotSpecified()
          Directory not specified.
static org.jvnet.localizer.Localizable _DisplayName()
          Build when certain files are found
static org.jvnet.localizer.Localizable _FilesFound()
          Files found.
static org.jvnet.localizer.Localizable _FilesNotFound()
          Files not found.
static org.jvnet.localizer.Localizable _FilesNotSpecified()
          Files not specified.
static java.lang.String Cause(java.lang.Object arg1, java.lang.Object arg2)
          Started due to files found in "{0}" matching pattern "{1}"
static java.lang.String CauseWithIgnoredFiles(java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Started due to files found in "{0}" matching pattern "{1}" but not "{2}"
static java.lang.String DirectoryNotFound()
          Directory not found.
static java.lang.String DirectoryNotSpecified()
          Directory not specified.
static java.lang.String DisplayName()
          Build when certain files are found
static java.lang.String FilesFound()
          Files found.
static java.lang.String FilesNotFound()
          Files not found.
static java.lang.String FilesNotSpecified()
          Files not specified.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

Cause

public static java.lang.String Cause(java.lang.Object arg1,
                                     java.lang.Object arg2)
Started due to files found in "{0}" matching pattern "{1}"


_Cause

public static org.jvnet.localizer.Localizable _Cause(java.lang.Object arg1,
                                                     java.lang.Object arg2)
Started due to files found in "{0}" matching pattern "{1}"


DirectoryNotSpecified

public static java.lang.String DirectoryNotSpecified()
Directory not specified.


_DirectoryNotSpecified

public static org.jvnet.localizer.Localizable _DirectoryNotSpecified()
Directory not specified.


CauseWithIgnoredFiles

public static java.lang.String CauseWithIgnoredFiles(java.lang.Object arg1,
                                                     java.lang.Object arg2,
                                                     java.lang.Object arg3)
Started due to files found in "{0}" matching pattern "{1}" but not "{2}"


_CauseWithIgnoredFiles

public static org.jvnet.localizer.Localizable _CauseWithIgnoredFiles(java.lang.Object arg1,
                                                                     java.lang.Object arg2,
                                                                     java.lang.Object arg3)
Started due to files found in "{0}" matching pattern "{1}" but not "{2}"


FilesNotSpecified

public static java.lang.String FilesNotSpecified()
Files not specified.


_FilesNotSpecified

public static org.jvnet.localizer.Localizable _FilesNotSpecified()
Files not specified.


DisplayName

public static java.lang.String DisplayName()
Build when certain files are found


_DisplayName

public static org.jvnet.localizer.Localizable _DisplayName()
Build when certain files are found


DirectoryNotFound

public static java.lang.String DirectoryNotFound()
Directory not found.


_DirectoryNotFound

public static org.jvnet.localizer.Localizable _DirectoryNotFound()
Directory not found.


FilesNotFound

public static java.lang.String FilesNotFound()
Files not found.


_FilesNotFound

public static org.jvnet.localizer.Localizable _FilesNotFound()
Files not found.


FilesFound

public static java.lang.String FilesFound()
Files found.


_FilesFound

public static org.jvnet.localizer.Localizable _FilesFound()
Files found.



Copyright © 2010. All Rights Reserved.