com.atlassian.jira.dev.backdoor
Class FilterSubscriptionBackdoor

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.FilterSubscriptionBackdoor

public class FilterSubscriptionBackdoor
extends Object


Constructor Summary
FilterSubscriptionBackdoor(FilterSubscriptionService filterSubscriptionService, SubscriptionManager subscriptionManager, JiraAuthenticationContext authContext)
           
 
Method Summary
 javax.ws.rs.core.Response addSubscription(Long filterId, String groupName, String expr, boolean emailOnEmpty)
           
 javax.ws.rs.core.Response getCronForSubscription(Long id)
           
 javax.ws.rs.core.Response getSubscription(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterSubscriptionBackdoor

public FilterSubscriptionBackdoor(FilterSubscriptionService filterSubscriptionService,
                                  SubscriptionManager subscriptionManager,
                                  JiraAuthenticationContext authContext)
Method Detail

addSubscription

public javax.ws.rs.core.Response addSubscription(Long filterId,
                                                 String groupName,
                                                 String expr,
                                                 boolean emailOnEmpty)

getSubscription

public javax.ws.rs.core.Response getSubscription(Long id)

getCronForSubscription

public javax.ws.rs.core.Response getCronForSubscription(Long id)


Copyright © 2002-2014 Atlassian. All Rights Reserved.