Package com.iizix.run.common
Class BuildReply
java.lang.Object
com.iizix.run.common.BuildReply
Return value with potential error or message.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionstatic final BuildReply
The Canceled result.final String
The message, never null.static final BuildReply
The OK result.final BuildRC
The return code.Constructor Summary
Method Summary
Field Details
OK
The OK result.CANCEL
The Canceled result.rc
The return code.message
The message, never null.
Constructor Details
BuildReply
Constructor.- Throws:
NullPointerException
- If message is null.
Method Details