public class BuildWrapperDelegate extends Object
| Constructor and Description |
|---|
BuildWrapperDelegate(String name,
Long topicId,
Long talkId,
TaskListener listener,
Run<?,?> run) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyEnd(boolean notifyEnd,
String notifyEndMessage) |
void |
notifyStart(boolean notifyStart,
String notifyStartMessage) |
public BuildWrapperDelegate(String name, Long topicId, Long talkId, TaskListener listener, Run<?,?> run)
public void notifyStart(boolean notifyStart,
String notifyStartMessage)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void notifyEnd(boolean notifyEnd,
String notifyEndMessage)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2016–2022. All rights reserved.