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 _FilesNotSpecified()
          Files not specified.
static org.jvnet.localizer.Localizable _MultipleFilesFound(java.lang.Object arg1)
          {0} files found.
static org.jvnet.localizer.Localizable _NoFilesFound()
          Files not found.
static org.jvnet.localizer.Localizable _SingleFileFound(java.lang.Object arg1)
          File found: "{0}".
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 FilesNotSpecified()
          Files not specified.
static java.lang.String MultipleFilesFound(java.lang.Object arg1)
          {0} files found.
static java.lang.String NoFilesFound()
          Files not found.
static java.lang.String SingleFileFound(java.lang.Object arg1)
          File found: "{0}".
 
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

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.


SingleFileFound

public static java.lang.String SingleFileFound(java.lang.Object arg1)
File found: "{0}".


_SingleFileFound

public static org.jvnet.localizer.Localizable _SingleFileFound(java.lang.Object arg1)
File found: "{0}".


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}"


NoFilesFound

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


_NoFilesFound

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


MultipleFilesFound

public static java.lang.String MultipleFilesFound(java.lang.Object arg1)
{0} files found.


_MultipleFilesFound

public static org.jvnet.localizer.Localizable _MultipleFilesFound(java.lang.Object arg1)
{0} files found.


DirectoryNotSpecified

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


_DirectoryNotSpecified

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


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}"



Copyright © 2004-2011. All Rights Reserved.