@Extension
public static final class Xvnc.DescriptorImpl
extends hudson.tasks.BuildWrapperDescriptor
| Modifier and Type | Field and Description |
|---|---|
boolean |
cleanUp
If true, try to clean up old processes and locks when first run.
|
int |
maxDisplayNumber |
int |
minDisplayNumber |
boolean |
skipOnWindows
If true, skip xvnc launch on all Windows slaves.
|
String |
xvnc
xvnc command line.
|
| Constructor and Description |
|---|
Xvnc.DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckCommandline(String value) |
String |
getCommandline() |
String |
getDisplayName() |
boolean |
isApplicable(hudson.model.AbstractProject<?,?> item) |
void |
load() |
void |
setCommandline(String value) |
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigFile, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMappublic String xvnc
public int minDisplayNumber
public int maxDisplayNumber
public boolean skipOnWindows
public boolean cleanUp
public void load()
load in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.BuildWrapper>hudson.model.Descriptor.FormExceptionpublic boolean isApplicable(hudson.model.AbstractProject<?,?> item)
isApplicable in class hudson.tasks.BuildWrapperDescriptorpublic String getCommandline()
public void setCommandline(String value)
public hudson.util.FormValidation doCheckCommandline(@QueryParameter
String value)
Copyright © 2004-2015 Hudson. All Rights Reserved.