public class JenkinsResponseProgressListener extends Object implements net.adamcin.granite.client.packman.ResponseProgressListener, Serializable
TaskListener
in a ResponseProgressListener
interfaceConstructor 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.ResponseProgressListener
public void onLog(String message)
onLog
in interface net.adamcin.granite.client.packman.ResponseProgressListener
public void onMessage(String message)
onMessage
in interface net.adamcin.granite.client.packman.ResponseProgressListener
public void onProgress(String action, String path)
onProgress
in interface net.adamcin.granite.client.packman.ResponseProgressListener
Copyright © 2013–2019. All rights reserved.