|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PkgLibraryDTO | |
|---|---|
| com.projectdarkstar.tools.dtc.data | |
| com.projectdarkstar.tools.dtc.service | |
| Uses of PkgLibraryDTO in com.projectdarkstar.tools.dtc.data |
|---|
| Methods in com.projectdarkstar.tools.dtc.data that return PkgLibraryDTO | |
|---|---|
PkgLibraryDTO |
TestSuiteDTO.getDarkstarPkg()
Returns the PkgLibraryDTO object that represents the binary
darkstar package that is to be used in this test suite. |
PkgLibraryDTO |
TestExecutionResultClientLogDTO.getOriginalClientAppRequiredPkg()
|
PkgLibraryDTO |
TestExecutionResultServerLogDTO.getOriginalServerAppRequiredPkg()
|
PkgLibraryDTO |
TestExecutionResultProbeLogDTO.getOriginalSystemProbeRequiredPkg()
|
PkgLibraryDTO |
TestExecutionDTO.getOriginalTestSuiteDarkstarPkg()
Returns the original PkgLibraryDTO for the
darkstar package required to run the
tests. |
PkgLibraryDTO |
SystemProbeDTO.getRequiredPkg()
Returns the package library required to run this system probe. |
PkgLibraryDTO |
ClientAppDTO.getRequiredPkg()
Returns the package library required to run this client application. |
PkgLibraryDTO |
ServerAppDTO.getRequiredPkg()
Returns the package library required to run this server application. |
| Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type PkgLibraryDTO | |
|---|---|
List<PkgLibraryDTO> |
PkgLibraryTagDTO.getLibraries()
Returns the list of PkgLibraryDTO objects that are tagged
with this tag. |
| Methods in com.projectdarkstar.tools.dtc.data with parameters of type PkgLibraryDTO | |
|---|---|
protected void |
TestSuiteDTO.setDarkstarPkg(PkgLibraryDTO darkstarPkg)
|
protected void |
TestExecutionDTO.setOriginalTestSuiteDarkstarPkg(PkgLibraryDTO originalTestSuiteDarkstarPkg)
|
protected void |
SystemProbeDTO.setRequiredPkg(PkgLibraryDTO requiredPkg)
|
protected void |
ClientAppDTO.setRequiredPkg(PkgLibraryDTO requiredPkg)
|
protected void |
ServerAppDTO.setRequiredPkg(PkgLibraryDTO requiredPkg)
|
void |
TestSuiteDTO.updateDarkstarPkg(PkgLibraryDTO darkstarPkg)
|
void |
TestExecutionDTO.updateOriginalTestSuiteDarkstarPkg(PkgLibraryDTO originalTestSuiteDarkstarPkg)
|
void |
SystemProbeDTO.updateRequiredPkg(PkgLibraryDTO requiredPkg)
|
void |
ClientAppDTO.updateRequiredPkg(PkgLibraryDTO requiredPkg)
|
void |
ServerAppDTO.updateRequiredPkg(PkgLibraryDTO requiredPkg)
|
| Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type PkgLibraryDTO | |
|---|---|
protected void |
PkgLibraryTagDTO.setLibraries(List<PkgLibraryDTO> libraries)
|
void |
PkgLibraryTagDTO.updateLibraries(List<PkgLibraryDTO> libraries)
|
| Constructors in com.projectdarkstar.tools.dtc.data with parameters of type PkgLibraryDTO | |
|---|---|
ServerAppDTO(Long id,
Long versionNumber,
String name,
String description,
PkgLibraryDTO requiredPkg)
|
|
| Uses of PkgLibraryDTO in com.projectdarkstar.tools.dtc.service |
|---|
| Methods in com.projectdarkstar.tools.dtc.service with parameters of type PkgLibraryDTO | |
|---|---|
Long |
ConfigResourcesService.addPkgLibrary(PkgLibraryDTO pkgLibrary,
String tags)
Add a PkgLibrary object based on the given pkgLibrary to persistent storage. |
void |
LaunchService.rerunTestExecutionAgainstNewDarkstar(Long testExecutionId,
String name,
String tags,
PkgLibraryDTO darkstarPkg)
Schedule execution of a new TestExecution based on the TestExecution with the given id to be run against the given darkstar application. |
void |
LaunchService.rerunTestExecutionAgainstNewServerApp(Long testExecutionId,
String name,
String tags,
PkgLibraryDTO darkstarPkg)
Schedule execution of a new TestExecution based on the TestExecution with the given id to be run against the given server application. |
void |
LaunchService.runTestSuiteAgainstNewDarkstar(Long testSuiteId,
String name,
String tags,
PkgLibraryDTO darkstarPkg)
Schedule execution of the TestSuite with the given id to be run against the given darkstar package. |
void |
LaunchService.runTestSuiteAgainstNewServerApp(Long testSuiteId,
String name,
String tags,
PkgLibraryDTO serverPkg)
Schedule execution of the TestSuite with the given id to be run against the given server application package. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||