@Extension @Symbol(value="xvnc") public static final class Xvnc.DescriptorImpl extends BuildWrapperDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self| 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.
|
clazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
FormValidation |
doCheckCommandline(String value) |
String |
getCommandline() |
String |
getDisplayName() |
boolean |
isApplicable(AbstractProject<?,?> item) |
void |
load() |
void |
setCommandline(String value) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String xvnc
public int minDisplayNumber
public int maxDisplayNumber
public boolean skipOnWindows
public boolean cleanUp
public void load()
load in class Descriptor<BuildWrapper>public String getDisplayName()
getDisplayName in class Descriptor<BuildWrapper>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
throws Descriptor.FormException
configure in class Descriptor<BuildWrapper>Descriptor.FormExceptionpublic boolean isApplicable(AbstractProject<?,?> item)
isApplicable in class BuildWrapperDescriptorpublic String getCommandline()
public void setCommandline(String value)
public FormValidation doCheckCommandline(@QueryParameter String value)
Copyright © 2016–2021. All rights reserved.