com.atlassian.jira.bc.whitelist
Class WhitelistService.WhitelistResult

java.lang.Object
  extended by com.atlassian.jira.bc.ServiceResultImpl
      extended by com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
All Implemented Interfaces:
ServiceResult
Direct Known Subclasses:
WhitelistService.WhitelistUpdateValidationResult
Enclosing interface:
WhitelistService

Deprecated.

@PublicApi
@Deprecated
public static class WhitelistService.WhitelistResult
extends ServiceResultImpl


Constructor Summary
WhitelistService.WhitelistResult(ErrorCollection errorCollection)
          Deprecated.  
WhitelistService.WhitelistResult(ErrorCollection errorCollection, List<String> rules)
          Deprecated.  
 
Method Summary
 List<String> getRules()
          Deprecated.  
 
Methods inherited from class com.atlassian.jira.bc.ServiceResultImpl
getErrorCollection, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhitelistService.WhitelistResult

public WhitelistService.WhitelistResult(ErrorCollection errorCollection)
Deprecated. 

WhitelistService.WhitelistResult

public WhitelistService.WhitelistResult(ErrorCollection errorCollection,
                                        List<String> rules)
Deprecated. 
Method Detail

getRules

public List<String> getRules()
Deprecated. 


Copyright © 2002-2014 Atlassian. All Rights Reserved.