@Extension
public final class ZfjDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
ZfjDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckProjectKey(String value) |
hudson.util.ListBoxModel |
doFillCycleDurationItems(String versionKey,
String serverAddress) |
hudson.util.ListBoxModel |
doFillCycleKeyItems(String versionKey,
String serverAddress,
String projectKey) |
hudson.util.ListBoxModel |
doFillProjectKeyItems(String serverAddress) |
hudson.util.ListBoxModel |
doFillServerAddressItems(String serverAddress) |
hudson.util.ListBoxModel |
doFillVersionKeyItems(String projectKey,
String serverAddress) |
hudson.util.FormValidation |
doTestConnection(String serverAddress,
String username,
String password) |
String |
getDisplayName() |
List<ZephyrInstance> |
getJiraInstances() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
hudson.tasks.Publisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setJiraInstances(List<ZephyrInstance> jiraInstances) |
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, toMappublic hudson.tasks.Publisher 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.FormExceptionpublic boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>hudson.model.Descriptor.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public hudson.util.FormValidation doCheckProjectKey(@QueryParameter
String value)
public hudson.util.FormValidation doTestConnection(@QueryParameter
String serverAddress,
@QueryParameter
String username,
@QueryParameter
String password)
public hudson.util.ListBoxModel doFillServerAddressItems(@QueryParameter
String serverAddress)
public hudson.util.ListBoxModel doFillProjectKeyItems(@QueryParameter
String serverAddress)
public hudson.util.ListBoxModel doFillVersionKeyItems(@QueryParameter
String projectKey,
@QueryParameter
String serverAddress)
public hudson.util.ListBoxModel doFillCycleKeyItems(@QueryParameter
String versionKey,
@QueryParameter
String serverAddress,
@QueryParameter
String projectKey)
public hudson.util.ListBoxModel doFillCycleDurationItems(@QueryParameter
String versionKey,
@QueryParameter
String serverAddress)
public List<ZephyrInstance> getJiraInstances()
public void setJiraInstances(List<ZephyrInstance> jiraInstances)
Copyright © 2004-2015. All Rights Reserved.