@Extension
public class GameDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_LOGO_LARGE |
static String |
ACTION_LOGO_MEDIUM |
Constructor and Description |
---|
GameDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
String |
getDisplayName() |
int |
getFailedTestDecreasingPoints() |
int |
getFailedTestIncreasingPoints() |
boolean |
getNamesAreCaseSensitive() |
int |
getPassedTestDecreasingPoints() |
int |
getPassedTestIncreasingPoints() |
RuleBook |
getRuleBook()
Returns the default rule book
|
int |
getSkippedTestDecreasingPoints() |
int |
getSkippedTestIncreasingPoints() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> arg0) |
GamePublisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setFailedTestDecreasingPoints(int failedTestDecreasingPoints) |
void |
setFailedTestIncreasingPoints(int failedTestIncreasingPoints) |
void |
setNamesAreCaseSensitive(boolean namesAreCaseSensitive) |
void |
setPassedTestDecreasingPoints(int passedTestDecreasingPoints) |
void |
setPassedTestIncreasingPoints(int passedTestIncreasingPoints) |
void |
setSkippedTestDecreasingPoints(int skippedTestDecreasingPoints) |
void |
setSkippedTestIncreasingPoints(int skippedTestIncreasingPoints) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public static final String ACTION_LOGO_LARGE
public static final String ACTION_LOGO_MEDIUM
public RuleBook getRuleBook()
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public GamePublisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
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.Publisher>
hudson.model.Descriptor.FormException
public boolean getNamesAreCaseSensitive()
public void setNamesAreCaseSensitive(boolean namesAreCaseSensitive)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> arg0)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public int getPassedTestIncreasingPoints()
public void setPassedTestIncreasingPoints(int passedTestIncreasingPoints)
public int getPassedTestDecreasingPoints()
public void setPassedTestDecreasingPoints(int passedTestDecreasingPoints)
public int getFailedTestIncreasingPoints()
public void setFailedTestIncreasingPoints(int failedTestIncreasingPoints)
public int getFailedTestDecreasingPoints()
public void setFailedTestDecreasingPoints(int failedTestDecreasingPoints)
public int getSkippedTestIncreasingPoints()
public void setSkippedTestIncreasingPoints(int skippedTestIncreasingPoints)
public int getSkippedTestDecreasingPoints()
public void setSkippedTestDecreasingPoints(int skippedTestDecreasingPoints)
Copyright © 2004-2015. All Rights Reserved.