hudson.plugins.xvnc
Class Xvnc.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<hudson.tasks.BuildWrapper>
hudson.tasks.BuildWrapperDescriptor
hudson.plugins.xvnc.Xvnc.DescriptorImpl
- All Implemented Interfaces:
- hudson.model.Saveable
- Enclosing class:
- Xvnc
@Extension
public static final class Xvnc.DescriptorImpl
- extends hudson.tasks.BuildWrapperDescriptor
| Nested classes/interfaces inherited from class hudson.model.Descriptor |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| Fields inherited from class hudson.model.Descriptor |
clazz |
| Fields inherited from interface hudson.model.Saveable |
NOOP |
| Methods inherited from class hudson.model.Descriptor |
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xvnc
public java.lang.String xvnc
- xvnc command line. This can include macro.
If null, the default will kick in.
baseDisplayNumber
public int baseDisplayNumber
skipOnWindows
public boolean skipOnWindows
- If true, skip xvnc launch on all Windows slaves.
Xvnc.DescriptorImpl
public Xvnc.DescriptorImpl()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
- Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>
- Throws:
hudson.model.Descriptor.FormException
isApplicable
public boolean isApplicable(hudson.model.AbstractProject<?,?> item)
- Specified by:
isApplicable in class hudson.tasks.BuildWrapperDescriptor
getCommandline
public java.lang.String getCommandline()
setCommandline
public void setCommandline(java.lang.String value)
doCheckCommandline
public hudson.util.FormValidation doCheckCommandline(@QueryParameter
java.lang.String value)
Copyright © 2010. All Rights Reserved.