- All Superinterfaces:
Remote
public interface BuilderWebService
extends Remote
-
Method Summary
Gets all builds from Polarion
-
Method Details
-
getAllBuilds
Gets all builds from Polarion
- Throws:
RemoteException
- Since:
- 3.3
-
getBuilds
Gets a build.
- Parameters:
project
- the project of the builds to get.
- Throws:
RemoteException
- Since:
- 3.3
-
queryBuilds
Query for build.
- Parameters:
project
- where query to be used.
query
- the lucene query to be used.
sort
- the format is same as for IIndexSearch.sort(String)
.
- Throws:
RemoteException
- Since:
- 3.3