Skip to content

Commit

Permalink
[FIX JENKINS-31463] Implement Serializable.
Browse files Browse the repository at this point in the history
  • Loading branch information
christ66 committed Aug 18, 2016
1 parent 04719c7 commit e3d2d2d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -30,10 +30,12 @@
import hudson.model.TaskListener;
import net.adamcin.granite.client.packman.ResponseProgressListener;

import java.io.Serializable;

/**
* Wraps a {@link TaskListener} in a {@link ResponseProgressListener} interface
*/
public class JenkinsResponseProgressListener implements ResponseProgressListener {
public class JenkinsResponseProgressListener implements ResponseProgressListener, Serializable {

final TaskListener listener;

Expand Down

0 comments on commit e3d2d2d

Please sign in to comment.