public static class JiraHomeReplicatorService.ReplicationResult extends Object
Constructor and Description |
---|
ReplicationResult() |
Modifier and Type | Method and Description |
---|---|
int |
getCopiedFileCount() |
int |
getDeletedFileCount() |
int |
getDestinationFileCount() |
Exception |
getError() |
int |
getSourceFileCount() |
void |
incrementCopiedFileCount() |
void |
incrementDeletedFileCount() |
void |
incrementDestinationFileCount() |
void |
incrementSourceFileCount() |
void |
setError(Exception error) |
String |
toString() |
public void incrementSourceFileCount()
public void incrementDestinationFileCount()
public void incrementCopiedFileCount()
public void incrementDeletedFileCount()
public void setError(Exception error)
public int getSourceFileCount()
public int getDestinationFileCount()
public int getCopiedFileCount()
public int getDeletedFileCount()
public Exception getError()
Copyright © 2002-2019 Atlassian. All Rights Reserved.