public class PostCommit extends Object
| Constructor and Description |
|---|
PostCommit(Callable<Boolean> onPostCommit)
Create PostCommit object
|
| Modifier and Type | Method and Description |
|---|---|
void |
doPostCommit()
Execute call
|
String |
getError()
Returns error message for unexpected exception
|
Throwable |
getPostCommitException()
Returns caught Exception, if thrown
|
public void doPostCommit()
public Throwable getPostCommitException()
public String getError()
This documentation is licensed by Andrew Bowley under the GPLv3 License.