public static class ClearCaseSCM.ClearCaseScmDescriptor extends AbstractClearCaseScm.AbstractClearCaseScmDescriptor<ClearCaseSCM> implements hudson.model.ModelObject
Constructor and Description |
---|
ClearCaseScmDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCleartoolExeCheck(String value)
Checks if cleartool executable exists.
|
hudson.util.FormValidation |
doConfigSpecCheck(String value) |
hudson.util.FormValidation |
doExcludedRegionsCheck(String value)
Validates the excludedRegions Regex
|
void |
doListViews(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
hudson.util.FormValidation |
doMandatoryCheck(String value,
String errorText)
Raises an error if the parameter value isnt set.
|
void |
doVersion(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Displays "cleartool -version" for trouble shooting.
|
String |
getDefaultUnixDynStorageDir() |
String |
getDefaultViewName() |
String |
getDefaultViewPath() |
ViewStorage |
getDefaultViewStorage() |
String |
getDefaultWinDynStorageDir() |
String |
getDisplayName() |
int |
getEndViewDelay() |
int |
getLogMergeTimeWindow() |
hudson.scm.SCM |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setEndViewDelay(int endViewDelay) |
extractViewStorage, getCleartoolExe, getCleartoolExe
getBrowserDescriptors, isApplicable, isApplicable, isBrowserReusable, load
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
configure
in class hudson.model.Descriptor<hudson.scm.SCM>
public hudson.util.FormValidation doCleartoolExeCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doConfigSpecCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doExcludedRegionsCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public void doListViews(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException, InterruptedException
IOException
javax.servlet.ServletException
InterruptedException
public hudson.util.FormValidation doMandatoryCheck(@QueryParameter String value, @QueryParameter String errorText) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public void doVersion(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException, InterruptedException
IOException
javax.servlet.ServletException
InterruptedException
public String getDefaultUnixDynStorageDir()
public String getDefaultViewName()
public String getDefaultViewPath()
public ViewStorage getDefaultViewStorage()
public String getDefaultWinDynStorageDir()
public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.model.Descriptor<hudson.scm.SCM>
public int getLogMergeTimeWindow()
public void setEndViewDelay(int endViewDelay)
public int getEndViewDelay()
public hudson.scm.SCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<hudson.scm.SCM>
hudson.model.Descriptor.FormException
Copyright © 2004-2021. All Rights Reserved.