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 _IvyBuild_FailedEarlier()
          Build failed before it gets to this module
static org.jvnet.localizer.Localizable _IvyBuild_Triggering(java.lang.Object arg1)
          Triggering a new build of {0}
static org.jvnet.localizer.Localizable _IvyBuilder_Aborted()
          Aborted
static org.jvnet.localizer.Localizable _IvyBuilder_Failed()
          Ivy failed with error.
static org.jvnet.localizer.Localizable _IvyBuilder_Waiting()
          Waiting for Hudson to finish collecting data
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 org.jvnet.localizer.Localizable _IvyModule_Pronoun()
          Module
static org.jvnet.localizer.Localizable _IvyModule_UpstreamModuleBuildInProgress(java.lang.Object arg1)
          Upstream module {0} is already building.
static org.jvnet.localizer.Localizable _IvyModuleSet_DiplayName()
          Build an Ivy project
static org.jvnet.localizer.Localizable _IvyModuleSetBuild_DiscoveredModule(java.lang.Object arg1, java.lang.Object arg2)
          Discovered a new module {0} {1}
static org.jvnet.localizer.Localizable _IvyModuleSetBuild_FailedToParseIvyXml()
          Failed to parse ivy.xml files
static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoIvyInstall()
          An Ivy installation needs to be available for this project to be built.
static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoSuchAlternateSettings(java.lang.Object arg1)
          No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.
static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoSuchIvyXmlFile(java.lang.Object arg1)
          No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?
static org.jvnet.localizer.Localizable _IvyProbeAction_DisplayName()
          Monitor Ivy Process
static java.lang.String IvyBuild_FailedEarlier()
          Build failed before it gets to this module
static java.lang.String IvyBuild_Triggering(java.lang.Object arg1)
          Triggering a new build of {0}
static java.lang.String IvyBuilder_Aborted()
          Aborted
static java.lang.String IvyBuilder_Failed()
          Ivy failed with error.
static java.lang.String IvyBuilder_Waiting()
          Waiting for Hudson to finish collecting data
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}
static java.lang.String IvyModule_Pronoun()
          Module
static java.lang.String IvyModule_UpstreamModuleBuildInProgress(java.lang.Object arg1)
          Upstream module {0} is already building.
static java.lang.String IvyModuleSet_DiplayName()
          Build an Ivy project
static java.lang.String IvyModuleSetBuild_DiscoveredModule(java.lang.Object arg1, java.lang.Object arg2)
          Discovered a new module {0} {1}
static java.lang.String IvyModuleSetBuild_FailedToParseIvyXml()
          Failed to parse ivy.xml files
static java.lang.String IvyModuleSetBuild_NoIvyInstall()
          An Ivy installation needs to be available for this project to be built.
static java.lang.String IvyModuleSetBuild_NoSuchAlternateSettings(java.lang.Object arg1)
          No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.
static java.lang.String IvyModuleSetBuild_NoSuchIvyXmlFile(java.lang.Object arg1)
          No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?
static java.lang.String IvyProbeAction_DisplayName()
          Monitor Ivy Process
 
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

IvyProbeAction_DisplayName

public static java.lang.String IvyProbeAction_DisplayName()
Monitor Ivy Process


_IvyProbeAction_DisplayName

public static org.jvnet.localizer.Localizable _IvyProbeAction_DisplayName()
Monitor Ivy Process


IvyModuleSetBuild_NoSuchIvyXmlFile

public static java.lang.String IvyModuleSetBuild_NoSuchIvyXmlFile(java.lang.Object arg1)
No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?


_IvyModuleSetBuild_NoSuchIvyXmlFile

public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoSuchIvyXmlFile(java.lang.Object arg1)
No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?


IvyModuleSetBuild_NoSuchAlternateSettings

public static java.lang.String IvyModuleSetBuild_NoSuchAlternateSettings(java.lang.Object arg1)
No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.


_IvyModuleSetBuild_NoSuchAlternateSettings

public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoSuchAlternateSettings(java.lang.Object arg1)
No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.


IvyModule_Pronoun

public static java.lang.String IvyModule_Pronoun()
Module


_IvyModule_Pronoun

public static org.jvnet.localizer.Localizable _IvyModule_Pronoun()
Module


IvyModuleSetBuild_DiscoveredModule

public static java.lang.String IvyModuleSetBuild_DiscoveredModule(java.lang.Object arg1,
                                                                  java.lang.Object arg2)
Discovered a new module {0} {1}


_IvyModuleSetBuild_DiscoveredModule

public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_DiscoveredModule(java.lang.Object arg1,
                                                                                  java.lang.Object arg2)
Discovered a new module {0} {1}


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


IvyModuleSet_DiplayName

public static java.lang.String IvyModuleSet_DiplayName()
Build an Ivy project


_IvyModuleSet_DiplayName

public static org.jvnet.localizer.Localizable _IvyModuleSet_DiplayName()
Build an Ivy project


IvyBuild_Triggering

public static java.lang.String IvyBuild_Triggering(java.lang.Object arg1)
Triggering a new build of {0}


_IvyBuild_Triggering

public static org.jvnet.localizer.Localizable _IvyBuild_Triggering(java.lang.Object arg1)
Triggering a new build of {0}


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


IvyBuilder_Aborted

public static java.lang.String IvyBuilder_Aborted()
Aborted


_IvyBuilder_Aborted

public static org.jvnet.localizer.Localizable _IvyBuilder_Aborted()
Aborted


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


IvyModuleSetBuild_NoIvyInstall

public static java.lang.String IvyModuleSetBuild_NoIvyInstall()
An Ivy installation needs to be available for this project to be built. Either your server has no Ivy installations defined, or the requested Ivy version does not exist.


_IvyModuleSetBuild_NoIvyInstall

public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoIvyInstall()
An Ivy installation needs to be available for this project to be built. Either your server has no Ivy installations defined, or the requested Ivy version does not exist.


IvyBuild_FailedEarlier

public static java.lang.String IvyBuild_FailedEarlier()
Build failed before it gets to this module


_IvyBuild_FailedEarlier

public static org.jvnet.localizer.Localizable _IvyBuild_FailedEarlier()
Build failed before it gets to this module


IvyModule_UpstreamModuleBuildInProgress

public static java.lang.String IvyModule_UpstreamModuleBuildInProgress(java.lang.Object arg1)
Upstream module {0} is already building.


_IvyModule_UpstreamModuleBuildInProgress

public static org.jvnet.localizer.Localizable _IvyModule_UpstreamModuleBuildInProgress(java.lang.Object arg1)
Upstream module {0} is already building.


IvyModuleSetBuild_FailedToParseIvyXml

public static java.lang.String IvyModuleSetBuild_FailedToParseIvyXml()
Failed to parse ivy.xml files


_IvyModuleSetBuild_FailedToParseIvyXml

public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_FailedToParseIvyXml()
Failed to parse ivy.xml files


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


IvyBuilder_Failed

public static java.lang.String IvyBuilder_Failed()
Ivy failed with error.


_IvyBuilder_Failed

public static org.jvnet.localizer.Localizable _IvyBuilder_Failed()
Ivy failed with error.


IvyBuilder_Waiting

public static java.lang.String IvyBuilder_Waiting()
Waiting for Hudson to finish collecting data


_IvyBuilder_Waiting

public static org.jvnet.localizer.Localizable _IvyBuilder_Waiting()
Waiting for Hudson to finish collecting data



Copyright © 2010. All Rights Reserved.