public class P4Progress extends Object implements com.perforce.p4java.server.callback.IProgressCallback
Constructor and Description |
---|
P4Progress(hudson.model.TaskListener listener,
ConnectionHelper p4) |
Modifier and Type | Method and Description |
---|---|
void |
start(int key) |
void |
stop(int key) |
boolean |
tick(int key,
String msg) |
public P4Progress(hudson.model.TaskListener listener, ConnectionHelper p4)
public void start(int key)
start
in interface com.perforce.p4java.server.callback.IProgressCallback
public boolean tick(int key, String msg)
tick
in interface com.perforce.p4java.server.callback.IProgressCallback
public void stop(int key)
stop
in interface com.perforce.p4java.server.callback.IProgressCallback
Copyright © 2016–2019. All rights reserved.