ca.silvermaplesolutions.jenkins.plugins.daxis
Class Messages

java.lang.Object
  extended by ca.silvermaplesolutions.jenkins.plugins.daxis.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _configBuildVariable()
          Variable not verified, may be available at build time only.
static org.jvnet.localizer.Localizable _configCurrentValue(Object arg1)
          Current value: {0}
static org.jvnet.localizer.Localizable _configNameRequired()
          Please specify a valid environment variable name.
static org.jvnet.localizer.Localizable _configPortableName()
          Variable names containing characters other than alphanumerics and underscores may not be valid on certain systems.
static String configBuildVariable()
          Variable not verified, may be available at build time only.
static String configCurrentValue(Object arg1)
          Current value: {0}
static String configNameRequired()
          Please specify a valid environment variable name.
static String configPortableName()
          Variable names containing characters other than alphanumerics and underscores may not be valid on certain systems.
 
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

configCurrentValue

public static String configCurrentValue(Object arg1)
Current value: {0}


_configCurrentValue

public static org.jvnet.localizer.Localizable _configCurrentValue(Object arg1)
Current value: {0}


configBuildVariable

public static String configBuildVariable()
Variable not verified, may be available at build time only.


_configBuildVariable

public static org.jvnet.localizer.Localizable _configBuildVariable()
Variable not verified, may be available at build time only.


configPortableName

public static String configPortableName()
Variable names containing characters other than alphanumerics and underscores may not be valid on certain systems.


_configPortableName

public static org.jvnet.localizer.Localizable _configPortableName()
Variable names containing characters other than alphanumerics and underscores may not be valid on certain systems.


configNameRequired

public static String configNameRequired()
Please specify a valid environment variable name.


_configNameRequired

public static org.jvnet.localizer.Localizable _configNameRequired()
Please specify a valid environment variable name.



Copyright © 2004-2013. All Rights Reserved.