Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterLoad(Project project) |
|
void |
beforeSave(Project project) |
|
void |
environmentAdded(Environment env) |
|
void |
environmentRemoved(Environment env, int index) |
|
void |
environmentRenamed(Environment environment, java.lang.String oldName, java.lang.String newName) |
|
void |
environmentSwitched(Environment environment) |
|
void |
interfaceAdded(Interface iface) |
|
void |
interfaceRemoved(Interface iface) |
|
void |
interfaceUpdated(Interface iface) |
|
void |
mockServiceAdded(MockService mockService) |
|
void |
mockServiceRemoved(MockService mockService) |
|
void |
testSuiteAdded(TestSuite testSuite) |
|
void |
testSuiteMoved(TestSuite testSuite, int index, int offset) |
|
void |
testSuiteRemoved(TestSuite testSuite) |