removed optionalMessage from performStep interface
This commit is contained in:
parent
3344c9c024
commit
87570b3e8c
|
@ -39,7 +39,7 @@ public interface Projects<P extends Project> {
|
|||
public String queryForJSON(QueryRequest request)throws RemoteException;
|
||||
|
||||
//Execution
|
||||
public P performStep(String id, String message, StepExecutionRequest request) throws RemoteException;
|
||||
public P performStep(String id, StepExecutionRequest request) throws RemoteException;
|
||||
|
||||
//FileSets
|
||||
public P registerFileSet(String id, RegisterFileSetRequest req) throws RemoteException, InvalidRequestException;
|
||||
|
|
Loading…
Reference in New Issue