@Extension
public static final class VolunteerRecorder.VolunteerDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| Constructor and Description |
|---|
VolunteerRecorder.VolunteerDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckEmailFrom(String value) |
hudson.util.FormValidation |
doCheckEmailReplyTo(String value) |
hudson.util.FormValidation |
doCheckMail(String value) |
MailClient |
getClient() |
String |
getDisplayName() |
String |
getEmailFrom() |
String |
getEmailPassword() |
String |
getEmailReplyTo() |
String |
getEmailServer() |
String |
getEmailUsername() |
List<Team> |
getTeamList() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
boolean |
isShowAllView() |
VolunteerRecorder |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
void |
setClient(MailClient client) |
void |
setEmailFrom(String emailFrom) |
void |
setEmailPassword(String emailPassword) |
void |
setEmailReplyTo(String emailReplyTo) |
void |
setEmailServer(String emailServer) |
void |
setEmailUsername(String emailUsername) |
void |
setShowAllView(boolean showAllView) |
void |
setTeamList(List<Team> teamList) |
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, toMappublic VolunteerRecorder.VolunteerDescriptor()
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>public VolunteerRecorder 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 hudson.util.FormValidation doCheckEmailFrom(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckEmailReplyTo(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.FormValidation doCheckMail(@QueryParameter
String value)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic 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 getEmailFrom()
public void setEmailFrom(String emailFrom)
public String getEmailReplyTo()
public void setEmailReplyTo(String emailReplyTo)
public String getEmailServer()
public void setEmailServer(String emailServer)
public String getEmailUsername()
public void setEmailUsername(String emailUsername)
public String getEmailPassword()
public void setEmailPassword(String emailPassword)
public MailClient getClient()
public void setClient(MailClient client)
public boolean isShowAllView()
public void setShowAllView(boolean showAllView)
Copyright © 2004-2015. All Rights Reserved.