public static final class YouTrackProjectProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteExecuteProjectLimits(hudson.model.AbstractProject project,
String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteFixedValues(hudson.model.AbstractProject project,
String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteLinkVisibility(hudson.model.AbstractProject project,
String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteProject(hudson.model.AbstractProject project,
String value) |
hudson.model.AutoCompletionCandidates |
doAutoCompleteStateFieldName(hudson.model.AbstractProject project,
String value) |
hudson.util.FormValidation |
doTestConnection(String url,
String username,
String password) |
hudson.util.FormValidation |
doVersionCheck(String value) |
String |
getDisplayName() |
YouTrackSite[] |
getSites() |
boolean |
isApplicable(Class<? extends hudson.model.Job> jobType) |
hudson.model.JobProperty<?> |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setSites(YouTrackSite site) |
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, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public boolean isApplicable(Class<? extends hudson.model.Job> jobType)
isApplicable
in class hudson.model.JobPropertyDescriptor
public void setSites(YouTrackSite site)
public YouTrackSite[] getSites()
public hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
newInstance
in class hudson.model.JobPropertyDescriptor
hudson.model.Descriptor.FormException
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
configure
in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
public hudson.model.AutoCompletionCandidates doAutoCompleteProject(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
public hudson.util.FormValidation doVersionCheck(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doTestConnection(@QueryParameter(value="youtrack.url") String url, @QueryParameter(value="youtrack.username") String username, @QueryParameter(value="youtrack.password") String password)
public hudson.model.AutoCompletionCandidates doAutoCompleteLinkVisibility(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
public hudson.model.AutoCompletionCandidates doAutoCompleteStateFieldName(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
public hudson.model.AutoCompletionCandidates doAutoCompleteFixedValues(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
public hudson.model.AutoCompletionCandidates doAutoCompleteExecuteProjectLimits(@AncestorInPath hudson.model.AbstractProject project, @QueryParameter String value)
Copyright © 2016–2019. All rights reserved.