com.atlassian.crowd.integration.atlassianuser
Class CrowdSynchronisationResult

java.lang.Object
  extended by com.atlassian.crowd.integration.atlassianuser.CrowdSynchronisationResult

public class CrowdSynchronisationResult
extends java.lang.Object


Field Summary
static CrowdSynchronisationResult FAIL_INSTANCE
           
 
Method Summary
static CrowdSynchronisationResult forFailure()
           
static CrowdSynchronisationResult forSuccess(SnapshotFetchingInfo info)
           
 SnapshotFetchingInfo getDetails()
           
 boolean isSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAIL_INSTANCE

public static final CrowdSynchronisationResult FAIL_INSTANCE
Method Detail

isSuccess

public boolean isSuccess()

getDetails

public SnapshotFetchingInfo getDetails()

forSuccess

public static CrowdSynchronisationResult forSuccess(SnapshotFetchingInfo info)

forFailure

public static CrowdSynchronisationResult forFailure()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.