@Extension public class FogbugzEventListener extends Object implements hudson.model.UnprotectedRootAction
| Constructor and Description |
|---|
FogbugzEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerResponse rsp,
int caseid,
String jobname,
String jobnamepostfix,
String ciprojectfieldname) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
String |
scheduleJob(FogbugzNotifier fbNotifier,
int caseid,
String jobname,
String jobnamepostfix,
String ciprojectfieldname) |
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void doIndex(org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter(required=true)
int caseid,
@QueryParameter(required=false)
String jobname,
@QueryParameter(required=false)
String jobnamepostfix,
@QueryParameter(required=false)
String ciprojectfieldname)
throws IOException
IOExceptionpublic String scheduleJob(FogbugzNotifier fbNotifier, int caseid, String jobname, String jobnamepostfix, String ciprojectfieldname)
Copyright © 2004-2014. All Rights Reserved.