org.jenkinsCi.plugins.projectDescriptionSetter
Class Messages

java.lang.Object
  extended by org.jenkinsCi.plugins.projectDescriptionSetter.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _console_noFile(java.lang.Object arg1)
          Could not find project description file [{0}] in workspace, not setting project description
static org.jvnet.localizer.Localizable _console_settingDescription(java.lang.Object arg1)
          Setting project description with contents of file [{0}]
static org.jvnet.localizer.Localizable _wrapper_displayName()
          Set a project description from a file in the workspace
static java.lang.String console_noFile(java.lang.Object arg1)
          Could not find project description file [{0}] in workspace, not setting project description
static java.lang.String console_settingDescription(java.lang.Object arg1)
          Setting project description with contents of file [{0}]
static java.lang.String wrapper_displayName()
          Set a project description from a file in the workspace
 
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

wrapper_displayName

public static java.lang.String wrapper_displayName()
Set a project description from a file in the workspace


_wrapper_displayName

public static org.jvnet.localizer.Localizable _wrapper_displayName()
Set a project description from a file in the workspace


console_noFile

public static java.lang.String console_noFile(java.lang.Object arg1)
Could not find project description file [{0}] in workspace, not setting project description


_console_noFile

public static org.jvnet.localizer.Localizable _console_noFile(java.lang.Object arg1)
Could not find project description file [{0}] in workspace, not setting project description


console_settingDescription

public static java.lang.String console_settingDescription(java.lang.Object arg1)
Setting project description with contents of file [{0}]


_console_settingDescription

public static org.jvnet.localizer.Localizable _console_settingDescription(java.lang.Object arg1)
Setting project description with contents of file [{0}]



Copyright © 2004-2012. All Rights Reserved.