hudson.plugins.xvnc
Class Messages

java.lang.Object
  extended by hudson.plugins.xvnc.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _description()
          Run Xvnc during build
static org.jvnet.localizer.Localizable _Xvnc_SHOULD_INCLUDE_DISPLAY_NUMBER()
          Command line should include <tt>$DISPLAY_NUMBER</tt>.
static org.jvnet.localizer.Localizable _Xvnc_STARTING()
          Starting xvnc
static org.jvnet.localizer.Localizable _Xvnc_TAKING_SCREENSHOT()
          Taking screenshot.
static org.jvnet.localizer.Localizable _Xvnc_TERMINATING()
          Terminating xvnc.
static java.lang.String description()
          Run Xvnc during build
static java.lang.String Xvnc_SHOULD_INCLUDE_DISPLAY_NUMBER()
          Command line should include <tt>$DISPLAY_NUMBER</tt>.
static java.lang.String Xvnc_STARTING()
          Starting xvnc
static java.lang.String Xvnc_TAKING_SCREENSHOT()
          Taking screenshot.
static java.lang.String Xvnc_TERMINATING()
          Terminating xvnc.
 
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

Xvnc_TAKING_SCREENSHOT

public static java.lang.String Xvnc_TAKING_SCREENSHOT()
Taking screenshot.


_Xvnc_TAKING_SCREENSHOT

public static org.jvnet.localizer.Localizable _Xvnc_TAKING_SCREENSHOT()
Taking screenshot.


description

public static java.lang.String description()
Run Xvnc during build


_description

public static org.jvnet.localizer.Localizable _description()
Run Xvnc during build


Xvnc_STARTING

public static java.lang.String Xvnc_STARTING()
Starting xvnc


_Xvnc_STARTING

public static org.jvnet.localizer.Localizable _Xvnc_STARTING()
Starting xvnc


Xvnc_SHOULD_INCLUDE_DISPLAY_NUMBER

public static java.lang.String Xvnc_SHOULD_INCLUDE_DISPLAY_NUMBER()
Command line should include <tt>$DISPLAY_NUMBER</tt>. See inline help for more details


_Xvnc_SHOULD_INCLUDE_DISPLAY_NUMBER

public static org.jvnet.localizer.Localizable _Xvnc_SHOULD_INCLUDE_DISPLAY_NUMBER()
Command line should include <tt>$DISPLAY_NUMBER</tt>. See inline help for more details


Xvnc_TERMINATING

public static java.lang.String Xvnc_TERMINATING()
Terminating xvnc.


_Xvnc_TERMINATING

public static org.jvnet.localizer.Localizable _Xvnc_TERMINATING()
Terminating xvnc.



Copyright © 2010. All Rights Reserved.