public class CrowdSynchronisationResult extends Object
Modifier and Type | Field and Description |
---|---|
static CrowdSynchronisationResult |
FAIL_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static CrowdSynchronisationResult |
forFailure() |
static CrowdSynchronisationResult |
forSuccess(SnapshotFetchingInfo info) |
SnapshotFetchingInfo |
getDetails() |
boolean |
isSuccess() |
public static final CrowdSynchronisationResult FAIL_INSTANCE
public boolean isSuccess()
public SnapshotFetchingInfo getDetails()
public static CrowdSynchronisationResult forSuccess(SnapshotFetchingInfo info)
public static CrowdSynchronisationResult forFailure()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.