Class Projects
java.lang.Object
com.testmonitor.actions.Projects
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Projects
- Parameters:
connector- The TestMonitor connector
-
-
Method Details
-
list
- Returns:
- A list of projects
- Throws:
IOExceptionURISyntaxException
-
list
- Parameters:
page- Page number- Returns:
- A list of projects
- Throws:
IOExceptionURISyntaxException
-
list
- Parameters:
page- Page numberlimit- Paging limit- Returns:
- A list of projects
- Throws:
IOExceptionURISyntaxException
-
get
Get a single project- Parameters:
id- The ID of the project- Returns:
- The project
- Throws:
IOException
-
update
Update a project- Parameters:
project- The project you want to update- Returns:
- The updated project
- Throws:
IOException
-