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

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

Deprecated.

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


Constructor Summary
WhitelistService.WhitelistUpdateValidationResult(ErrorCollection errorCollection)
          Deprecated.  
WhitelistService.WhitelistUpdateValidationResult(ErrorCollection errorCollection, List<String> rules, boolean enabled)
          Deprecated.  
 
Method Summary
 boolean getDisabled()
          Deprecated.  
 
Methods inherited from class com.atlassian.jira.bc.whitelist.WhitelistService.WhitelistResult
getRules
 
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.WhitelistUpdateValidationResult

public WhitelistService.WhitelistUpdateValidationResult(ErrorCollection errorCollection)
Deprecated. 

WhitelistService.WhitelistUpdateValidationResult

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

getDisabled

public boolean getDisabled()
Deprecated. 


Copyright © 2002-2014 Atlassian. All Rights Reserved.