@Extension
public static class SubmitJUnitStep.DescriptorImpl
extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doCheckAppSecretKey(String value,
String url,
hudson.model.AbstractProject project) |
hudson.util.FormValidation |
doCheckEnvironment(String value) |
hudson.util.FormValidation |
doCheckFakeContainerName(String value) |
hudson.util.FormValidation |
doCheckProjectName(String value) |
hudson.util.FormValidation |
doCheckReleaseName(String value) |
hudson.util.FormValidation |
doCheckResultPattern(String value) |
hudson.util.FormValidation |
doCheckUrl(String value,
hudson.model.AbstractProject project) |
net.sf.json.JSONObject |
getContainerChildren(String qTestUrl,
String apiKey,
Long projectId,
Long parentId,
String parentType) |
String |
getDisplayName() |
String |
getFunctionName() |
net.sf.json.JSONObject |
getProjectData(String qTestUrl,
String apiKey,
Long projectId,
String jenkinsProjectName) |
net.sf.json.JSONObject |
getProjects(String qTestUrl,
String apiKey) |
net.sf.json.JSONObject |
getQtestInfo(String qTestUrl) |
Set<? extends Class<?>> |
getRequiredContext() |
org.jenkinsci.plugins.workflow.steps.Step |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getFunctionName()
getFunctionName
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
public Set<? extends Class<?>> getRequiredContext()
getRequiredContext
in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
@Nonnull public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
public org.jenkinsci.plugins.workflow.steps.Step newInstance(@CheckForNull org.kohsuke.stapler.StaplerRequest req, @Nonnull net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
hudson.model.Descriptor.FormException
public hudson.util.FormValidation doCheckUrl(@QueryParameter String value, @AncestorInPath hudson.model.AbstractProject project) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckAppSecretKey(@QueryParameter String value, @QueryParameter(value="config.url") String url, @AncestorInPath hudson.model.AbstractProject project) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckProjectName(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckReleaseName(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckEnvironment(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckResultPattern(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckFakeContainerName(@QueryParameter String value)
@JavaScriptMethod public net.sf.json.JSONObject getProjects(String qTestUrl, String apiKey)
qTestUrl
- qtest urlapiKey
- api key@JavaScriptMethod public net.sf.json.JSONObject getProjectData(String qTestUrl, String apiKey, Long projectId, String jenkinsProjectName)
qTestUrl
- qTestUrlapiKey
- apiKeyprojectId
- projectIdjenkinsProjectName
- jenkinsProjectName@JavaScriptMethod public net.sf.json.JSONObject getContainerChildren(String qTestUrl, String apiKey, Long projectId, Long parentId, String parentType)
@JavaScriptMethod public net.sf.json.JSONObject getQtestInfo(String qTestUrl)
Copyright © 2016–2018 QASymphony. All rights reserved.