public interface TestAutomationProjectManagerService extends TestAutomationProjectFinderService
| Modifier and Type | Method and Description |
|---|---|
void |
changeJobName(long projectId,
String jobName) |
void |
changeLabel(long projectId,
String name) |
void |
changeSlaves(long projectId,
String slaveList)
Note : the slave list is a semicolon separated list
|
void |
deleteAllForTMProject(long tmProjectId) |
void |
deleteProject(long projectId) |
void |
editProject(long projectId,
org.squashtest.tm.domain.testautomation.TestAutomationProject newValues)
Will edit the label, jobName and slaves properties of the
TestAutomationProject matching the given id
with the ones held by the given newValues parameter. |
void |
persist(org.squashtest.tm.domain.testautomation.TestAutomationProject newProject) |
findProjectById, findProjectURL, findProjectUrls, hasExecutedTests, listProjectsOnServer, listProjectsOnServer, listProjectsOnServervoid persist(org.squashtest.tm.domain.testautomation.TestAutomationProject newProject)
void deleteProject(long projectId)
void deleteAllForTMProject(long tmProjectId)
void changeLabel(long projectId,
String name)
void changeJobName(long projectId,
String jobName)
void changeSlaves(long projectId,
String slaveList)
void editProject(long projectId,
org.squashtest.tm.domain.testautomation.TestAutomationProject newValues)
TestAutomationProject matching the given id
with the ones held by the given newValues parameter.projectId - newValues - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.