public class JenkinsResponseProgressListener extends Object implements net.adamcin.granite.client.packman.ResponseProgressListener, Serializable
TaskListener in a ResponseProgressListener interface| Constructor and Description |
|---|
JenkinsResponseProgressListener(hudson.model.TaskListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(String path,
String error) |
void |
onLog(String message) |
void |
onMessage(String message) |
void |
onProgress(String action,
String path) |
void |
onStart(String title) |
public JenkinsResponseProgressListener(hudson.model.TaskListener listener)
public void onStart(String title)
onStart in interface net.adamcin.granite.client.packman.ResponseProgressListenerpublic void onLog(String message)
onLog in interface net.adamcin.granite.client.packman.ResponseProgressListenerpublic void onMessage(String message)
onMessage in interface net.adamcin.granite.client.packman.ResponseProgressListenerpublic void onProgress(String action, String path)
onProgress in interface net.adamcin.granite.client.packman.ResponseProgressListenerCopyright © 2013–2019. All rights reserved.