Added 'ignore_errors'
This commit is contained in:
parent
6b82b8bbef
commit
05634834fe
|
@ -44,7 +44,7 @@ public interface Projects<P extends Project> {
|
|||
//FileSets
|
||||
public P registerFileSet(String id, RegisterFileSetRequest req) throws RemoteException, InvalidRequestException;
|
||||
//FileSets
|
||||
public P deleteFileSet(String id, String path, Boolean force) throws RemoteException;
|
||||
public P deleteFileSet(String id, String path, Boolean force, Boolean ignore_errors) throws RemoteException;
|
||||
|
||||
public P forceUnlock(String id) throws RemoteException;
|
||||
public P setAccessPolicy(String id, Access toSet) throws RemoteException;
|
||||
|
|
Loading…
Reference in New Issue