com.atlassian.jira.webtests
Class AbstractSubscriptionEmailTest.FilterConfig

java.lang.Object
  extended by com.atlassian.jira.webtests.AbstractSubscriptionEmailTest.FilterConfig
Enclosing class:
AbstractSubscriptionEmailTest

protected static class AbstractSubscriptionEmailTest.FilterConfig
extends Object

Holds the configuration for a filter that can be used to create a subscription. Each filter is assumed to query all the issues from a project.

Since:
v3.13

Field Summary
static AbstractSubscriptionEmailTest.FilterConfig ADMIN_FILTER_FULL
           
static AbstractSubscriptionEmailTest.FilterConfig ADMIN_FILTER_PARTIAL
           
static AbstractSubscriptionEmailTest.FilterConfig ADMIN_FILTER_ZERO_RESULTS
           
static AbstractSubscriptionEmailTest.FilterConfig FRED_FILTER_FULL
           
static AbstractSubscriptionEmailTest.FilterConfig FRED_FILTER_PARTIAL
           
static AbstractSubscriptionEmailTest.FilterConfig FRED_FILTER_ZERO_RESULTS
           
 
Constructor Summary
protected AbstractSubscriptionEmailTest.FilterConfig(String filterName, String filterDescription, String projectName, String projectKey, int returnedIssues, int totalIssues)
           
 
Method Summary
 String getFilterDescription()
           
 String getFilterName()
           
 Iterator<Integer> getIssueIterator()
           
 String getProjectKey()
           
 String getProjectName()
           
 int getReturnedIssues()
           
 int getTotalIssues()
           
 boolean isPaged()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_FILTER_ZERO_RESULTS

public static final AbstractSubscriptionEmailTest.FilterConfig ADMIN_FILTER_ZERO_RESULTS

ADMIN_FILTER_PARTIAL

public static final AbstractSubscriptionEmailTest.FilterConfig ADMIN_FILTER_PARTIAL

ADMIN_FILTER_FULL

public static final AbstractSubscriptionEmailTest.FilterConfig ADMIN_FILTER_FULL

FRED_FILTER_ZERO_RESULTS

public static final AbstractSubscriptionEmailTest.FilterConfig FRED_FILTER_ZERO_RESULTS

FRED_FILTER_PARTIAL

public static final AbstractSubscriptionEmailTest.FilterConfig FRED_FILTER_PARTIAL

FRED_FILTER_FULL

public static final AbstractSubscriptionEmailTest.FilterConfig FRED_FILTER_FULL
Constructor Detail

AbstractSubscriptionEmailTest.FilterConfig

protected AbstractSubscriptionEmailTest.FilterConfig(String filterName,
                                                     String filterDescription,
                                                     String projectName,
                                                     String projectKey,
                                                     int returnedIssues,
                                                     int totalIssues)
Method Detail

getFilterName

public String getFilterName()

getFilterDescription

public String getFilterDescription()

getReturnedIssues

public int getReturnedIssues()

getTotalIssues

public int getTotalIssues()

isPaged

public boolean isPaged()

getIssueIterator

public Iterator<Integer> getIssueIterator()

getProjectName

public String getProjectName()

getProjectKey

public String getProjectKey()


Copyright © 2002-2014 Atlassian. All Rights Reserved.