hudson.ivy
Class Messages

java.lang.Object
  extended by hudson.ivy.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyConf_PathNotFileError(java.lang.Object arg1)
          Path {0} is not a file
static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyConf_PathRequiredError()
          The Ivy settings path is required
static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyFile_PathAbsoluteError()
          The path to the ivy.xml file must be relative to the root of the project workspace
static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyFile_PathRequiredError()
          The path to the ivy.xml file is required
static org.jvnet.localizer.Localizable _IvyBuildTrigger_DisplayName()
          Trigger the build of other projects based on the Ivy dependency management system
static org.jvnet.localizer.Localizable _IvyBuildTrigger_UserCause_ShortDescription(java.lang.Object arg1, java.lang.Object arg2)
          IvyBuildTrigger external event ({0}): Started by user {1}
static java.lang.String IvyBuildTrigger_CheckIvyConf_PathNotFileError(java.lang.Object arg1)
          Path {0} is not a file
static java.lang.String IvyBuildTrigger_CheckIvyConf_PathRequiredError()
          The Ivy settings path is required
static java.lang.String IvyBuildTrigger_CheckIvyFile_PathAbsoluteError()
          The path to the ivy.xml file must be relative to the root of the project workspace
static java.lang.String IvyBuildTrigger_CheckIvyFile_PathRequiredError()
          The path to the ivy.xml file is required
static java.lang.String IvyBuildTrigger_DisplayName()
          Trigger the build of other projects based on the Ivy dependency management system
static java.lang.String IvyBuildTrigger_UserCause_ShortDescription(java.lang.Object arg1, java.lang.Object arg2)
          IvyBuildTrigger external event ({0}): Started by user {1}
 
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

IvyBuildTrigger_UserCause_ShortDescription

public static java.lang.String IvyBuildTrigger_UserCause_ShortDescription(java.lang.Object arg1,
                                                                          java.lang.Object arg2)
IvyBuildTrigger external event ({0}): Started by user {1}


_IvyBuildTrigger_UserCause_ShortDescription

public static org.jvnet.localizer.Localizable _IvyBuildTrigger_UserCause_ShortDescription(java.lang.Object arg1,
                                                                                          java.lang.Object arg2)
IvyBuildTrigger external event ({0}): Started by user {1}


IvyBuildTrigger_CheckIvyFile_PathRequiredError

public static java.lang.String IvyBuildTrigger_CheckIvyFile_PathRequiredError()
The path to the ivy.xml file is required


_IvyBuildTrigger_CheckIvyFile_PathRequiredError

public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyFile_PathRequiredError()
The path to the ivy.xml file is required


IvyBuildTrigger_CheckIvyFile_PathAbsoluteError

public static java.lang.String IvyBuildTrigger_CheckIvyFile_PathAbsoluteError()
The path to the ivy.xml file must be relative to the root of the project workspace


_IvyBuildTrigger_CheckIvyFile_PathAbsoluteError

public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyFile_PathAbsoluteError()
The path to the ivy.xml file must be relative to the root of the project workspace


IvyBuildTrigger_DisplayName

public static java.lang.String IvyBuildTrigger_DisplayName()
Trigger the build of other projects based on the Ivy dependency management system


_IvyBuildTrigger_DisplayName

public static org.jvnet.localizer.Localizable _IvyBuildTrigger_DisplayName()
Trigger the build of other projects based on the Ivy dependency management system


IvyBuildTrigger_CheckIvyConf_PathRequiredError

public static java.lang.String IvyBuildTrigger_CheckIvyConf_PathRequiredError()
The Ivy settings path is required


_IvyBuildTrigger_CheckIvyConf_PathRequiredError

public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyConf_PathRequiredError()
The Ivy settings path is required


IvyBuildTrigger_CheckIvyConf_PathNotFileError

public static java.lang.String IvyBuildTrigger_CheckIvyConf_PathNotFileError(java.lang.Object arg1)
Path {0} is not a file


_IvyBuildTrigger_CheckIvyConf_PathNotFileError

public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyConf_PathNotFileError(java.lang.Object arg1)
Path {0} is not a file



Copyright © 2010. All Rights Reserved.