jenkins.plugins.fogbugz.notifications
Class FogbugzNotifier.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by jenkins.plugins.fogbugz.notifications.FogbugzNotifier.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
FogbugzNotifier

@Extension
public static class FogbugzNotifier.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

Global settings for FogbugzPlugin. Suggestion: move this to it's own class to keep this file small.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
FogbugzNotifier.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 boolean doAssignBaseCase()
           
 boolean doSetMilestone()
           
 String getDisplayName()
           
 String getFailedBuildTemplate()
           
 org.paylogic.fogbugz.FogbugzManager getFogbugzCaseManager()
          Deprecated. 
 org.paylogic.fogbugz.FogbugzManager getFogbugzManager()
           
 int getGatekeeperUserId()
           
 int getMergekeeperUserId()
           
 String getSuccessfulBuildTemplate()
           
 String getUrl()
           
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> type)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FogbugzNotifier.DescriptorImpl

public FogbugzNotifier.DescriptorImpl()
Method Detail

getUrl

public String getUrl()

doAssignBaseCase

public boolean doAssignBaseCase()

doSetMilestone

public boolean doSetMilestone()

getMergekeeperUserId

public int getMergekeeperUserId()

getGatekeeperUserId

public int getGatekeeperUserId()

getFailedBuildTemplate

public String getFailedBuildTemplate()

getSuccessfulBuildTemplate

public String getSuccessfulBuildTemplate()

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> type)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Publisher>

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

getFogbugzCaseManager

@Deprecated
public org.paylogic.fogbugz.FogbugzManager getFogbugzCaseManager()
Deprecated. 


getFogbugzManager

public org.paylogic.fogbugz.FogbugzManager getFogbugzManager()


Copyright © 2004-2014. All Rights Reserved.