Package hudson.maven

Class Messages

java.lang.Object
hudson.maven.Messages

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

    • Messages

      public Messages()
  • Method Details

    • MavenModuleSetBuild_DiscoveredModule

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

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

      public static String MavenBuilder_Failed()
      Key MavenBuilder.Failed: Maven failed with error..
      Returns:
      Maven failed with error.
    • _MavenBuilder_Failed

      public static org.jvnet.localizer.Localizable _MavenBuilder_Failed()
      Key MavenBuilder.Failed: Maven failed with error..
      Returns:
      Maven failed with error.
    • MavenModuleSetBuild_NoMavenInstall

      public static String MavenModuleSetBuild_NoMavenInstall()
      Key MavenModuleSetBuild.NoMavenInstall: A Maven installation needs to be available for this project to be built. Either your server has no Maven installations defined, or the requested Maven version does not exist..
      Returns:
      A Maven installation needs to be available for this project to be built. Either your server has no Maven installations defined, or the requested Maven version does not exist.
    • _MavenModuleSetBuild_NoMavenInstall

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_NoMavenInstall()
      Key MavenModuleSetBuild.NoMavenInstall: A Maven installation needs to be available for this project to be built. Either your server has no Maven installations defined, or the requested Maven version does not exist..
      Returns:
      A Maven installation needs to be available for this project to be built. Either your server has no Maven installations defined, or the requested Maven version does not exist.
    • MavenBuild_Triggering

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

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

      public static String MavenModuleSetBuild_FailedToParsePom()
      Key MavenModuleSetBuild.FailedToParsePom: Failed to parse POMs.
      Returns:
      Failed to parse POMs
    • _MavenModuleSetBuild_FailedToParsePom

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_FailedToParsePom()
      Key MavenModuleSetBuild.FailedToParsePom: Failed to parse POMs.
      Returns:
      Failed to parse POMs
    • MavenModuleSetBuild_FailedToTransfer

      public static String MavenModuleSetBuild_FailedToTransfer(Object arg0)
      Key MavenModuleSetBuild.FailedToTransfer: Failed to transfer {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to transfer {0}
    • _MavenModuleSetBuild_FailedToTransfer

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_FailedToTransfer(Object arg0)
      Key MavenModuleSetBuild.FailedToTransfer: Failed to transfer {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to transfer {0}
    • MavenModuleSet_Description

      public static String MavenModuleSet_Description()
      Key MavenModuleSet.Description: Build a maven project. Jenkins takes advantage of your POM files and drastically reduces the configuration..
      Returns:
      Build a maven project. Jenkins takes advantage of your POM files and drastically reduces the configuration.
    • _MavenModuleSet_Description

      public static org.jvnet.localizer.Localizable _MavenModuleSet_Description()
      Key MavenModuleSet.Description: Build a maven project. Jenkins takes advantage of your POM files and drastically reduces the configuration..
      Returns:
      Build a maven project. Jenkins takes advantage of your POM files and drastically reduces the configuration.
    • MavenModuleSet_readResolve_updateConfigProvider

      public static String MavenModuleSet_readResolve_updateConfigProvider(Object arg0)
      Key MavenModuleSet.readResolve_updateConfigProvider: ERROR: Please update the 'config-file-provider' plugin, the current version is not supported anymore! (id={0}).
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ERROR: Please update the 'config-file-provider' plugin, the current version is not supported anymore! (id={0})
    • _MavenModuleSet_readResolve_updateConfigProvider

      public static org.jvnet.localizer.Localizable _MavenModuleSet_readResolve_updateConfigProvider(Object arg0)
      Key MavenModuleSet.readResolve_updateConfigProvider: ERROR: Please update the 'config-file-provider' plugin, the current version is not supported anymore! (id={0}).
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ERROR: Please update the 'config-file-provider' plugin, the current version is not supported anymore! (id={0})
    • MavenModuleSetBuild_SettinsgXmlAndPrivateRepository

      public static String MavenModuleSetBuild_SettinsgXmlAndPrivateRepository(Object arg0, Object arg1)
      Key MavenModuleSetBuild.SettinsgXmlAndPrivateRepository: Using settings.xml at {0} and private repository at {1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Using settings.xml at {0} and private repository at {1}
    • _MavenModuleSetBuild_SettinsgXmlAndPrivateRepository

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_SettinsgXmlAndPrivateRepository(Object arg0, Object arg1)
      Key MavenModuleSetBuild.SettinsgXmlAndPrivateRepository: Using settings.xml at {0} and private repository at {1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Using settings.xml at {0} and private repository at {1}
    • MavenProcessFactory_ClassWorldsNotFound

      public static String MavenProcessFactory_ClassWorldsNotFound(Object arg0)
      Key MavenProcessFactory.ClassWorldsNotFound: No classworlds*.jar found in {0} -- Is this a valid maven directory?.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No classworlds*.jar found in {0} -- Is this a valid maven directory?
    • _MavenProcessFactory_ClassWorldsNotFound

      public static org.jvnet.localizer.Localizable _MavenProcessFactory_ClassWorldsNotFound(Object arg0)
      Key MavenProcessFactory.ClassWorldsNotFound: No classworlds*.jar found in {0} -- Is this a valid maven directory?.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No classworlds*.jar found in {0} -- Is this a valid maven directory?
    • MavenModuleSetBuild_NoSuchPOMFile

      public static String MavenModuleSetBuild_NoSuchPOMFile(Object arg0)
      Key MavenModuleSetBuild.NoSuchPOMFile: No such file {0} Perhaps you need to specify the correct POM 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 POM file path in the project configuration?
    • _MavenModuleSetBuild_NoSuchPOMFile

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_NoSuchPOMFile(Object arg0)
      Key MavenModuleSetBuild.NoSuchPOMFile: No such file {0} Perhaps you need to specify the correct POM 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 POM file path in the project configuration?
    • MavenModuleSetBuild_NoMavenConfigured

      public static String MavenModuleSetBuild_NoMavenConfigured()
      Key MavenModuleSetBuild.NoMavenConfigured: A Maven installation needs to be available for this project to be built.Either your server has no Maven installations defined, or the requested Maven version does not exist..
      Returns:
      A Maven installation needs to be available for this project to be built.Either your server has no Maven installations defined, or the requested Maven version does not exist.
    • _MavenModuleSetBuild_NoMavenConfigured

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_NoMavenConfigured()
      Key MavenModuleSetBuild.NoMavenConfigured: A Maven installation needs to be available for this project to be built.Either your server has no Maven installations defined, or the requested Maven version does not exist..
      Returns:
      A Maven installation needs to be available for this project to be built.Either your server has no Maven installations defined, or the requested Maven version does not exist.
    • MavenBuild_KeptBecauseOfParent

      public static String MavenBuild_KeptBecauseOfParent(Object arg0)
      Key MavenBuild.KeptBecauseOfParent: Kept because {0} is kept.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Kept because {0} is kept
    • _MavenBuild_KeptBecauseOfParent

      public static org.jvnet.localizer.Localizable _MavenBuild_KeptBecauseOfParent(Object arg0)
      Key MavenBuild.KeptBecauseOfParent: Kept because {0} is kept.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Kept because {0} is kept
    • MavenModuleSet_readResolve_missingConfigProvider

      public static String MavenModuleSet_readResolve_missingConfigProvider()
      Key MavenModuleSet.readResolve_missingConfigProvider: ERROR: 'config-file-provider' is not installed or disabled, therefore the config can't be fully loaded!!.
      Returns:
      ERROR: 'config-file-provider' is not installed or disabled, therefore the config can't be fully loaded!!
    • _MavenModuleSet_readResolve_missingConfigProvider

      public static org.jvnet.localizer.Localizable _MavenModuleSet_readResolve_missingConfigProvider()
      Key MavenModuleSet.readResolve_missingConfigProvider: ERROR: 'config-file-provider' is not installed or disabled, therefore the config can't be fully loaded!!.
      Returns:
      ERROR: 'config-file-provider' is not installed or disabled, therefore the config can't be fully loaded!!
    • MavenModuleSet_DiplayName

      public static String MavenModuleSet_DiplayName()
      Key MavenModuleSet.DiplayName: Maven project.
      Returns:
      Maven project
    • _MavenModuleSet_DiplayName

      public static org.jvnet.localizer.Localizable _MavenModuleSet_DiplayName()
      Key MavenModuleSet.DiplayName: Maven project.
      Returns:
      Maven project
    • MavenModuleSetBuild_DownloadedArtifact

      public static String MavenModuleSetBuild_DownloadedArtifact(Object arg0, Object arg1)
      Key MavenModuleSetBuild.DownloadedArtifact: Downloaded artifact {0}{1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Downloaded artifact {0}{1}
    • _MavenModuleSetBuild_DownloadedArtifact

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_DownloadedArtifact(Object arg0, Object arg1)
      Key MavenModuleSetBuild.DownloadedArtifact: Downloaded artifact {0}{1}.
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Downloaded artifact {0}{1}
    • MavenModuleSetBuild_FoundModuleWithoutProject

      public static String MavenModuleSetBuild_FoundModuleWithoutProject(Object arg0)
      Key MavenModuleSetBuild.FoundModuleWithoutProject: Found a module with path {0} but no associated project.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Found a module with path {0} but no associated project
    • _MavenModuleSetBuild_FoundModuleWithoutProject

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_FoundModuleWithoutProject(Object arg0)
      Key MavenModuleSetBuild.FoundModuleWithoutProject: Found a module with path {0} but no associated project.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Found a module with path {0} but no associated project
    • MavenModule_Pronoun

      public static String MavenModule_Pronoun()
      Key MavenModule.Pronoun: Module.
      Returns:
      Module
    • _MavenModule_Pronoun

      public static org.jvnet.localizer.Localizable _MavenModule_Pronoun()
      Key MavenModule.Pronoun: Module.
      Returns:
      Module
    • MavenModuleSetBuild_NoSuchAlternateSettings

      public static String MavenModuleSetBuild_NoSuchAlternateSettings(Object arg0)
      Key MavenModuleSetBuild.NoSuchAlternateSettings: No such settings file {0} exists Please verify that your alternate 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 alternate settings file is specified properly and exists in the workspace.
    • _MavenModuleSetBuild_NoSuchAlternateSettings

      public static org.jvnet.localizer.Localizable _MavenModuleSetBuild_NoSuchAlternateSettings(Object arg0)
      Key MavenModuleSetBuild.NoSuchAlternateSettings: No such settings file {0} exists Please verify that your alternate 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 alternate settings file is specified properly and exists in the workspace.
    • MavenBuilder_Waiting

      public static String MavenBuilder_Waiting()
      Key MavenBuilder.Waiting: Waiting for Jenkins to finish collecting data.
      Returns:
      Waiting for Jenkins to finish collecting data
    • _MavenBuilder_Waiting

      public static org.jvnet.localizer.Localizable _MavenBuilder_Waiting()
      Key MavenBuilder.Waiting: Waiting for Jenkins to finish collecting data.
      Returns:
      Waiting for Jenkins to finish collecting data
    • MavenRedeployer_DisplayName

      public static String MavenRedeployer_DisplayName()
      Key MavenRedeployer.DisplayName: Deploy to Maven repository.
      Returns:
      Deploy to Maven repository
    • _MavenRedeployer_DisplayName

      public static org.jvnet.localizer.Localizable _MavenRedeployer_DisplayName()
      Key MavenRedeployer.DisplayName: Deploy to Maven repository.
      Returns:
      Deploy to Maven repository
    • MavenProbeAction_DisplayName

      public static String MavenProbeAction_DisplayName()
      Key MavenProbeAction.DisplayName: Monitor Maven Process.
      Returns:
      Monitor Maven Process
    • _MavenProbeAction_DisplayName

      public static org.jvnet.localizer.Localizable _MavenProbeAction_DisplayName()
      Key MavenProbeAction.DisplayName: Monitor Maven Process.
      Returns:
      Monitor Maven Process
    • ReleaseAction_DisplayName

      public static String ReleaseAction_DisplayName()
      Key ReleaseAction.DisplayName: Release New Version.
      Returns:
      Release New Version
    • _ReleaseAction_DisplayName

      public static org.jvnet.localizer.Localizable _ReleaseAction_DisplayName()
      Key ReleaseAction.DisplayName: Release New Version.
      Returns:
      Release New Version
    • MavenVersionCallable_MavenHomeIsNotDirectory

      public static String MavenVersionCallable_MavenHomeIsNotDirectory(Object arg0)
      Key MavenVersionCallable.MavenHomeIsNotDirectory: Maven Home {0} is not a directory.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Maven Home {0} is not a directory
    • _MavenVersionCallable_MavenHomeIsNotDirectory

      public static org.jvnet.localizer.Localizable _MavenVersionCallable_MavenHomeIsNotDirectory(Object arg0)
      Key MavenVersionCallable.MavenHomeIsNotDirectory: Maven Home {0} is not a directory.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Maven Home {0} is not a directory
    • MavenBuild_FailedEarlier

      public static String MavenBuild_FailedEarlier()
      Key MavenBuild.FailedEarlier: Build failed before it gets to this module.
      Returns:
      Build failed before it gets to this module
    • _MavenBuild_FailedEarlier

      public static org.jvnet.localizer.Localizable _MavenBuild_FailedEarlier()
      Key MavenBuild.FailedEarlier: Build failed before it gets to this module.
      Returns:
      Build failed before it gets to this module
    • ProcessCache_Reusing

      public static String ProcessCache_Reusing()
      Key ProcessCache.Reusing: Reusing existing maven process.
      Returns:
      Reusing existing maven process
    • _ProcessCache_Reusing

      public static org.jvnet.localizer.Localizable _ProcessCache_Reusing()
      Key ProcessCache.Reusing: Reusing existing maven process.
      Returns:
      Reusing existing maven process
    • MavenVersionCallable_MavenHomeDoesntExist

      public static String MavenVersionCallable_MavenHomeDoesntExist(Object arg0)
      Key MavenVersionCallable.MavenHomeDoesntExist: Maven Home {0} doesn't exist.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Maven Home {0} doesn't exist
    • _MavenVersionCallable_MavenHomeDoesntExist

      public static org.jvnet.localizer.Localizable _MavenVersionCallable_MavenHomeDoesntExist(Object arg0)
      Key MavenVersionCallable.MavenHomeDoesntExist: Maven Home {0} doesn't exist.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Maven Home {0} doesn't exist
    • RedeployPublisher_getDisplayName

      public static String RedeployPublisher_getDisplayName()
      Key RedeployPublisher.getDisplayName: Deploy artifacts to Maven repository.
      Returns:
      Deploy artifacts to Maven repository
    • _RedeployPublisher_getDisplayName

      public static org.jvnet.localizer.Localizable _RedeployPublisher_getDisplayName()
      Key RedeployPublisher.getDisplayName: Deploy artifacts to Maven repository.
      Returns:
      Deploy artifacts to Maven repository
    • MavenBuilder_Aborted

      public static String MavenBuilder_Aborted()
      Key MavenBuilder.Aborted: Aborted.
      Returns:
      Aborted
    • _MavenBuilder_Aborted

      public static org.jvnet.localizer.Localizable _MavenBuilder_Aborted()
      Key MavenBuilder.Aborted: Aborted.
      Returns:
      Aborted
    • MavenBuilder_AsyncFailed

      public static String MavenBuilder_AsyncFailed()
      Key MavenBuilder.AsyncFailed: Asynchronous execution failure.
      Returns:
      Asynchronous execution failure
    • _MavenBuilder_AsyncFailed

      public static org.jvnet.localizer.Localizable _MavenBuilder_AsyncFailed()
      Key MavenBuilder.AsyncFailed: Asynchronous execution failure.
      Returns:
      Asynchronous execution failure
    • PluginImpl_updateConfiProvider

      public static String PluginImpl_updateConfiProvider()
      Key PluginImpl.updateConfiProvider: The current installed version of 'config-file-provider' is not compatible with this core anymore (requires >= 2.3).
      Returns:
      The current installed version of 'config-file-provider' is not compatible with this core anymore (requires >= 2.3)
    • _PluginImpl_updateConfiProvider

      public static org.jvnet.localizer.Localizable _PluginImpl_updateConfiProvider()
      Key PluginImpl.updateConfiProvider: The current installed version of 'config-file-provider' is not compatible with this core anymore (requires >= 2.3).
      Returns:
      The current installed version of 'config-file-provider' is not compatible with this core anymore (requires >= 2.3)
    • MavenModuleSet_Pronoun

      public static String MavenModuleSet_Pronoun()
      Key MavenModuleSet.Pronoun: Maven project.
      Returns:
      Maven project
    • _MavenModuleSet_Pronoun

      public static org.jvnet.localizer.Localizable _MavenModuleSet_Pronoun()
      Key MavenModuleSet.Pronoun: Maven project.
      Returns:
      Maven project