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 _DisplayName()
          Build when certain files are found
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 DisplayName()
          Build when certain files are found
 
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}"


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


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



Copyright © 2010. All Rights Reserved.