hudson.tools
Class Messages

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

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _CommandInstaller_DescriptorImpl_displayName()
          Run Command
static org.jvnet.localizer.Localizable _CommandInstaller_no_command()
          Must provide a command to run.
static org.jvnet.localizer.Localizable _CommandInstaller_no_toolHome()
          Must provide a tool home directory.
static org.jvnet.localizer.Localizable _InstallSourceProperty_DescriptorImpl_displayName()
          Install automatically
static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_displayName()
          Install from java.sun.com
static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_doCheckAcceptLicense()
          You must agree to the license to download the JDK.
static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_doCheckId()
          Define JDK ID
static org.jvnet.localizer.Localizable _JDKInstaller_FailedToInstallJDK(Object arg1)
          Failed to install JDK.
static org.jvnet.localizer.Localizable _JDKInstaller_RequireOracleAccount(Object arg1)
          Installing JDK requires Oracle account.
static org.jvnet.localizer.Localizable _JDKInstaller_UnableToInstallUntilLicenseAccepted()
          Unable to auto-install JDK until the license is accepted.
static org.jvnet.localizer.Localizable _ToolLocationNodeProperty_displayName()
          Tool Locations
static org.jvnet.localizer.Localizable _ZipExtractionInstaller_bad_connection()
          Server rejected connection.
static org.jvnet.localizer.Localizable _ZipExtractionInstaller_could_not_connect()
          Could not connect to URL.
static org.jvnet.localizer.Localizable _ZipExtractionInstaller_DescriptorImpl_displayName()
          Extract *.zip/*.tar.gz
static org.jvnet.localizer.Localizable _ZipExtractionInstaller_malformed_url()
          Malformed URL.
static String CommandInstaller_DescriptorImpl_displayName()
          Run Command
static String CommandInstaller_no_command()
          Must provide a command to run.
static String CommandInstaller_no_toolHome()
          Must provide a tool home directory.
static String InstallSourceProperty_DescriptorImpl_displayName()
          Install automatically
static String JDKInstaller_DescriptorImpl_displayName()
          Install from java.sun.com
static String JDKInstaller_DescriptorImpl_doCheckAcceptLicense()
          You must agree to the license to download the JDK.
static String JDKInstaller_DescriptorImpl_doCheckId()
          Define JDK ID
static String JDKInstaller_FailedToInstallJDK(Object arg1)
          Failed to install JDK.
static String JDKInstaller_RequireOracleAccount(Object arg1)
          Installing JDK requires Oracle account.
static String JDKInstaller_UnableToInstallUntilLicenseAccepted()
          Unable to auto-install JDK until the license is accepted.
static String ToolLocationNodeProperty_displayName()
          Tool Locations
static String ZipExtractionInstaller_bad_connection()
          Server rejected connection.
static String ZipExtractionInstaller_could_not_connect()
          Could not connect to URL.
static String ZipExtractionInstaller_DescriptorImpl_displayName()
          Extract *.zip/*.tar.gz
static String ZipExtractionInstaller_malformed_url()
          Malformed URL.
 
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

CommandInstaller_DescriptorImpl_displayName

public static String CommandInstaller_DescriptorImpl_displayName()
Run Command


_CommandInstaller_DescriptorImpl_displayName

public static org.jvnet.localizer.Localizable _CommandInstaller_DescriptorImpl_displayName()
Run Command


ZipExtractionInstaller_could_not_connect

public static String ZipExtractionInstaller_could_not_connect()
Could not connect to URL.


_ZipExtractionInstaller_could_not_connect

public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_could_not_connect()
Could not connect to URL.


CommandInstaller_no_command

public static String CommandInstaller_no_command()
Must provide a command to run.


_CommandInstaller_no_command

public static org.jvnet.localizer.Localizable _CommandInstaller_no_command()
Must provide a command to run.


CommandInstaller_no_toolHome

public static String CommandInstaller_no_toolHome()
Must provide a tool home directory.


_CommandInstaller_no_toolHome

public static org.jvnet.localizer.Localizable _CommandInstaller_no_toolHome()
Must provide a tool home directory.


JDKInstaller_RequireOracleAccount

public static String JDKInstaller_RequireOracleAccount(Object arg1)
Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>


_JDKInstaller_RequireOracleAccount

public static org.jvnet.localizer.Localizable _JDKInstaller_RequireOracleAccount(Object arg1)
Installing JDK requires Oracle account. <a href="{0}" target="_new">Please enter your username/password</a>


InstallSourceProperty_DescriptorImpl_displayName

public static String InstallSourceProperty_DescriptorImpl_displayName()
Install automatically


_InstallSourceProperty_DescriptorImpl_displayName

public static org.jvnet.localizer.Localizable _InstallSourceProperty_DescriptorImpl_displayName()
Install automatically


JDKInstaller_UnableToInstallUntilLicenseAccepted

public static String JDKInstaller_UnableToInstallUntilLicenseAccepted()
Unable to auto-install JDK until the license is accepted.


_JDKInstaller_UnableToInstallUntilLicenseAccepted

public static org.jvnet.localizer.Localizable _JDKInstaller_UnableToInstallUntilLicenseAccepted()
Unable to auto-install JDK until the license is accepted.


ToolLocationNodeProperty_displayName

public static String ToolLocationNodeProperty_displayName()
Tool Locations


_ToolLocationNodeProperty_displayName

public static org.jvnet.localizer.Localizable _ToolLocationNodeProperty_displayName()
Tool Locations


ZipExtractionInstaller_malformed_url

public static String ZipExtractionInstaller_malformed_url()
Malformed URL.


_ZipExtractionInstaller_malformed_url

public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_malformed_url()
Malformed URL.


JDKInstaller_DescriptorImpl_doCheckId

public static String JDKInstaller_DescriptorImpl_doCheckId()
Define JDK ID


_JDKInstaller_DescriptorImpl_doCheckId

public static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_doCheckId()
Define JDK ID


JDKInstaller_FailedToInstallJDK

public static String JDKInstaller_FailedToInstallJDK(Object arg1)
Failed to install JDK. Exit code={0}


_JDKInstaller_FailedToInstallJDK

public static org.jvnet.localizer.Localizable _JDKInstaller_FailedToInstallJDK(Object arg1)
Failed to install JDK. Exit code={0}


ZipExtractionInstaller_DescriptorImpl_displayName

public static String ZipExtractionInstaller_DescriptorImpl_displayName()
Extract *.zip/*.tar.gz


_ZipExtractionInstaller_DescriptorImpl_displayName

public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_DescriptorImpl_displayName()
Extract *.zip/*.tar.gz


ZipExtractionInstaller_bad_connection

public static String ZipExtractionInstaller_bad_connection()
Server rejected connection.


_ZipExtractionInstaller_bad_connection

public static org.jvnet.localizer.Localizable _ZipExtractionInstaller_bad_connection()
Server rejected connection.


JDKInstaller_DescriptorImpl_doCheckAcceptLicense

public static String JDKInstaller_DescriptorImpl_doCheckAcceptLicense()
You must agree to the license to download the JDK.


_JDKInstaller_DescriptorImpl_doCheckAcceptLicense

public static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_doCheckAcceptLicense()
You must agree to the license to download the JDK.


JDKInstaller_DescriptorImpl_displayName

public static String JDKInstaller_DescriptorImpl_displayName()
Install from java.sun.com


_JDKInstaller_DescriptorImpl_displayName

public static org.jvnet.localizer.Localizable _JDKInstaller_DescriptorImpl_displayName()
Install from java.sun.com



Copyright © 2004-2013. All Rights Reserved.