Package hudson.ivy

Class Messages

java.lang.Object
hudson.ivy.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • IvyModuleSetBuild_NoSuchPropertyFile

      public static String IvyModuleSetBuild_NoSuchPropertyFile(Object arg0)
      Key IvyModuleSetBuild.NoSuchPropertyFile: No such property file {0} exists Please verify that your Ivy settings property files are specified properly and exist in the workspace..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such property file {0} exists Please verify that your Ivy settings property files are specified properly and exist in the workspace.
    • _IvyModuleSetBuild_NoSuchPropertyFile

      public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoSuchPropertyFile(Object arg0)
      Key IvyModuleSetBuild.NoSuchPropertyFile: No such property file {0} exists Please verify that your Ivy settings property files are specified properly and exist in the workspace..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such property file {0} exists Please verify that your Ivy settings property files are specified properly and exist in the workspace.
    • IvyBuild_Triggering

      public static String IvyBuild_Triggering(Object arg0)
      Key IvyBuild.Triggering: Triggering a new build of {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Triggering a new build of {0}
    • _IvyBuild_Triggering

      public static org.jvnet.localizer.Localizable _IvyBuild_Triggering(Object arg0)
      Key IvyBuild.Triggering: Triggering a new build of {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Triggering a new build of {0}
    • IvyBuilder_Aborted

      public static String IvyBuilder_Aborted()
      Key IvyBuilder.Aborted: Aborted.
      Returns:
      Aborted
    • _IvyBuilder_Aborted

      public static org.jvnet.localizer.Localizable _IvyBuilder_Aborted()
      Key IvyBuilder.Aborted: Aborted.
      Returns:
      Aborted
    • IvyBuilder_Failed

      public static String IvyBuilder_Failed()
      Key IvyBuilder.Failed: Ivy failed with error..
      Returns:
      Ivy failed with error.
    • _IvyBuilder_Failed

      public static org.jvnet.localizer.Localizable _IvyBuilder_Failed()
      Key IvyBuilder.Failed: Ivy failed with error..
      Returns:
      Ivy failed with error.
    • IvyBuildTrigger_UserCause_ShortDescription

      public static String IvyBuildTrigger_UserCause_ShortDescription(Object arg0, Object arg1)
      Key IvyBuildTrigger.UserCause.ShortDescription: IvyBuildTrigger external event ({0}): Started by user {1}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      Returns:
      IvyBuildTrigger external event ({0}): Started by user {1}
    • _IvyBuildTrigger_UserCause_ShortDescription

      public static org.jvnet.localizer.Localizable _IvyBuildTrigger_UserCause_ShortDescription(Object arg0, Object arg1)
      Key IvyBuildTrigger.UserCause.ShortDescription: IvyBuildTrigger external event ({0}): Started by user {1}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      Returns:
      IvyBuildTrigger external event ({0}): Started by user {1}
    • IvyModuleSetBuild_FailedToParseIvyXml

      public static String IvyModuleSetBuild_FailedToParseIvyXml()
      Key IvyModuleSetBuild.FailedToParseIvyXml: Failed to parse ivy.xml files.
      Returns:
      Failed to parse ivy.xml files
    • _IvyModuleSetBuild_FailedToParseIvyXml

      public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_FailedToParseIvyXml()
      Key IvyModuleSetBuild.FailedToParseIvyXml: Failed to parse ivy.xml files.
      Returns:
      Failed to parse ivy.xml files
    • IvyModuleSet_DisplayName

      public static String IvyModuleSet_DisplayName()
      Key IvyModuleSet.DisplayName: Ivy project.
      Returns:
      Ivy project
    • _IvyModuleSet_DisplayName

      public static org.jvnet.localizer.Localizable _IvyModuleSet_DisplayName()
      Key IvyModuleSet.DisplayName: Ivy project.
      Returns:
      Ivy project
    • IvyModuleSet_ModuleBuildInProgress

      public static String IvyModuleSet_ModuleBuildInProgress(Object arg0)
      Key IvyModuleSet.ModuleBuildInProgress: Module {0} is still building..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Module {0} is still building.
    • _IvyModuleSet_ModuleBuildInProgress

      public static org.jvnet.localizer.Localizable _IvyModuleSet_ModuleBuildInProgress(Object arg0)
      Key IvyModuleSet.ModuleBuildInProgress: Module {0} is still building..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Module {0} is still building.
    • IvyBuildTrigger_DisplayName

      public static String IvyBuildTrigger_DisplayName()
      Key IvyBuildTrigger.DisplayName: Trigger the build of other projects based on the Ivy dependency management system.
      Returns:
      Trigger the build of other projects based on the Ivy dependency management system
    • _IvyBuildTrigger_DisplayName

      public static org.jvnet.localizer.Localizable _IvyBuildTrigger_DisplayName()
      Key IvyBuildTrigger.DisplayName: Trigger the build of other projects based on the Ivy dependency management system.
      Returns:
      Trigger the build of other projects based on the Ivy dependency management system
    • IvyModuleSetBuild_DiscoveredModule

      public static String IvyModuleSetBuild_DiscoveredModule(Object arg0, Object arg1)
      Key IvyModuleSetBuild.DiscoveredModule: Discovered a new module {0} {1}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      Returns:
      Discovered a new module {0} {1}
    • _IvyModuleSetBuild_DiscoveredModule

      public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_DiscoveredModule(Object arg0, Object arg1)
      Key IvyModuleSetBuild.DiscoveredModule: Discovered a new module {0} {1}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      Returns:
      Discovered a new module {0} {1}
    • IvyModuleSetBuild_NoSuchIvySettingsFile

      public static String IvyModuleSetBuild_NoSuchIvySettingsFile(Object arg0)
      Key IvyModuleSetBuild.NoSuchIvySettingsFile: No such settings file {0} exists Please verify that your Ivy settings file is specified properly and exists in the workspace..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such settings file {0} exists Please verify that your Ivy settings file is specified properly and exists in the workspace.
    • _IvyModuleSetBuild_NoSuchIvySettingsFile

      public static org.jvnet.localizer.Localizable _IvyModuleSetBuild_NoSuchIvySettingsFile(Object arg0)
      Key IvyModuleSetBuild.NoSuchIvySettingsFile: No such settings file {0} exists Please verify that your Ivy settings file is specified properly and exists in the workspace..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such settings file {0} exists Please verify that your Ivy settings file is specified properly and exists in the workspace.
    • IvyBuildTrigger_CheckIvyFile_PathAbsoluteError

      public static String IvyBuildTrigger_CheckIvyFile_PathAbsoluteError()
      Key IvyBuildTrigger.CheckIvyFile.PathAbsoluteError: The path to the ivy.xml file must be relative to the root of the project workspace.
      Returns:
      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()
      Key IvyBuildTrigger.CheckIvyFile.PathAbsoluteError: The path to the ivy.xml file must be relative to the root of the project workspace.
      Returns:
      The path to the ivy.xml file must be relative to the root of the project workspace
    • IvyModuleSetBuild_NoIvyInstall

      public static String IvyModuleSetBuild_NoIvyInstall()
      Key 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..
      Returns:
      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()
      Key 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..
      Returns:
      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.
    • IvyBuildTrigger_CheckIvyFile_PathRequiredError

      public static String IvyBuildTrigger_CheckIvyFile_PathRequiredError()
      Key IvyBuildTrigger.CheckIvyFile.PathRequiredError: The path to the ivy.xml file is required.
      Returns:
      The path to the ivy.xml file is required
    • _IvyBuildTrigger_CheckIvyFile_PathRequiredError

      public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyFile_PathRequiredError()
      Key IvyBuildTrigger.CheckIvyFile.PathRequiredError: The path to the ivy.xml file is required.
      Returns:
      The path to the ivy.xml file is required
    • IvyProbeAction_DisplayName

      public static String IvyProbeAction_DisplayName()
      Key IvyProbeAction.DisplayName: Monitor Ivy Process.
      Returns:
      Monitor Ivy Process
    • _IvyProbeAction_DisplayName

      public static org.jvnet.localizer.Localizable _IvyProbeAction_DisplayName()
      Key IvyProbeAction.DisplayName: Monitor Ivy Process.
      Returns:
      Monitor Ivy Process
    • IvyBuildTrigger_CheckIvyConf_PathNotFileError

      public static String IvyBuildTrigger_CheckIvyConf_PathNotFileError(Object arg0)
      Key IvyBuildTrigger.CheckIvyConf.PathNotFileError: Path {0} is not a file.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Path {0} is not a file
    • _IvyBuildTrigger_CheckIvyConf_PathNotFileError

      public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyConf_PathNotFileError(Object arg0)
      Key IvyBuildTrigger.CheckIvyConf.PathNotFileError: Path {0} is not a file.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Path {0} is not a file
    • IvyBuild_FailedEarlier

      public static String IvyBuild_FailedEarlier()
      Key IvyBuild.FailedEarlier: Build failed before it gets to this module.
      Returns:
      Build failed before it gets to this module
    • _IvyBuild_FailedEarlier

      public static org.jvnet.localizer.Localizable _IvyBuild_FailedEarlier()
      Key IvyBuild.FailedEarlier: Build failed before it gets to this module.
      Returns:
      Build failed before it gets to this module
    • IvyBuilder_Waiting

      public static String IvyBuilder_Waiting()
      Key IvyBuilder.Waiting: Waiting for Jenkins to finish collecting data.
      Returns:
      Waiting for Jenkins to finish collecting data
    • _IvyBuilder_Waiting

      public static org.jvnet.localizer.Localizable _IvyBuilder_Waiting()
      Key IvyBuilder.Waiting: Waiting for Jenkins to finish collecting data.
      Returns:
      Waiting for Jenkins to finish collecting data
    • IvyModule_UpstreamModuleBuildInProgress

      public static String IvyModule_UpstreamModuleBuildInProgress(Object arg0)
      Key IvyModule.UpstreamModuleBuildInProgress: Upstream module {0} is already building..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Upstream module {0} is already building.
    • _IvyModule_UpstreamModuleBuildInProgress

      public static org.jvnet.localizer.Localizable _IvyModule_UpstreamModuleBuildInProgress(Object arg0)
      Key IvyModule.UpstreamModuleBuildInProgress: Upstream module {0} is already building..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Upstream module {0} is already building.
    • IvyModuleSetBuild_NoSuchIvyXmlFile

      public static String IvyModuleSetBuild_NoSuchIvyXmlFile(Object arg0)
      Key IvyModuleSetBuild.NoSuchIvyXmlFile: No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      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(Object arg0)
      Key IvyModuleSetBuild.NoSuchIvyXmlFile: No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?
    • IvyBuildTrigger_CheckIvyConf_PathRequiredError

      public static String IvyBuildTrigger_CheckIvyConf_PathRequiredError()
      Key IvyBuildTrigger.CheckIvyConf.PathRequiredError: The Ivy settings path is required.
      Returns:
      The Ivy settings path is required
    • _IvyBuildTrigger_CheckIvyConf_PathRequiredError

      public static org.jvnet.localizer.Localizable _IvyBuildTrigger_CheckIvyConf_PathRequiredError()
      Key IvyBuildTrigger.CheckIvyConf.PathRequiredError: The Ivy settings path is required.
      Returns:
      The Ivy settings path is required
    • IvyModule_Pronoun

      public static String IvyModule_Pronoun()
      Key IvyModule.Pronoun: Module.
      Returns:
      Module
    • _IvyModule_Pronoun

      public static org.jvnet.localizer.Localizable _IvyModule_Pronoun()
      Key IvyModule.Pronoun: Module.
      Returns:
      Module