org.jenkinsci.plugins.vsphere.builders
Class Messages

java.lang.Object
  extended by org.jenkinsci.plugins.vsphere.builders.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _vm_title_Destroyer()
          Delete VM by name (DESTRUCTIVE)
static org.jvnet.localizer.Localizable _vm_title_MarkTemplate()
          Convert VM to a template
static org.jvnet.localizer.Localizable _vm_title_MarkVM()
          Convert template to a VM
static org.jvnet.localizer.Localizable _vm_title_Starter()
          Create VM from template
static String vm_title_Destroyer()
          Delete VM by name (DESTRUCTIVE)
static String vm_title_MarkTemplate()
          Convert VM to a template
static String vm_title_MarkVM()
          Convert template to a VM
static String vm_title_Starter()
          Create VM from template
 
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

vm_title_Destroyer

public static String vm_title_Destroyer()
Delete VM by name (DESTRUCTIVE)


_vm_title_Destroyer

public static org.jvnet.localizer.Localizable _vm_title_Destroyer()
Delete VM by name (DESTRUCTIVE)


vm_title_Starter

public static String vm_title_Starter()
Create VM from template


_vm_title_Starter

public static org.jvnet.localizer.Localizable _vm_title_Starter()
Create VM from template


vm_title_MarkTemplate

public static String vm_title_MarkTemplate()
Convert VM to a template


_vm_title_MarkTemplate

public static org.jvnet.localizer.Localizable _vm_title_MarkTemplate()
Convert VM to a template


vm_title_MarkVM

public static String vm_title_MarkVM()
Convert template to a VM


_vm_title_MarkVM

public static org.jvnet.localizer.Localizable _vm_title_MarkVM()
Convert template to a VM



Copyright © 2004-2013. All Rights Reserved.