org.jenkinsci.plugins.managedscripts
Class Messages

java.lang.Object
  extended by org.jenkinsci.plugins.managedscripts.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _buildstep_name()
          Execute managed script
static org.jvnet.localizer.Localizable _buildstep_provider_name()
          Managed script file
static org.jvnet.localizer.Localizable _config_does_not_exist(Object arg1)
          Cannot find config with Id [{0}].
static org.jvnet.localizer.Localizable _win_buildstep_name()
          Execute managed windows batch
static org.jvnet.localizer.Localizable _win_buildstep_provider_name()
          Managed windows batch file
static String buildstep_name()
          Execute managed script
static String buildstep_provider_name()
          Managed script file
static String config_does_not_exist(Object arg1)
          Cannot find config with Id [{0}].
static String win_buildstep_name()
          Execute managed windows batch
static String win_buildstep_provider_name()
          Managed windows batch file
 
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

buildstep_provider_name

public static String buildstep_provider_name()
Managed script file


_buildstep_provider_name

public static org.jvnet.localizer.Localizable _buildstep_provider_name()
Managed script file


config_does_not_exist

public static String config_does_not_exist(Object arg1)
Cannot find config with Id [{0}]. Are you sure it exists? Please check the configuration.


_config_does_not_exist

public static org.jvnet.localizer.Localizable _config_does_not_exist(Object arg1)
Cannot find config with Id [{0}]. Are you sure it exists? Please check the configuration.


buildstep_name

public static String buildstep_name()
Execute managed script


_buildstep_name

public static org.jvnet.localizer.Localizable _buildstep_name()
Execute managed script


win_buildstep_name

public static String win_buildstep_name()
Execute managed windows batch


_win_buildstep_name

public static org.jvnet.localizer.Localizable _win_buildstep_name()
Execute managed windows batch


win_buildstep_provider_name

public static String win_buildstep_provider_name()
Managed windows batch file


_win_buildstep_provider_name

public static org.jvnet.localizer.Localizable _win_buildstep_provider_name()
Managed windows batch file



Copyright © 2004-2014. All Rights Reserved.