| Package | Description | 
|---|---|
| com.javahollic.jira.emh.api.integration | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProcessingResultBean> | 
ITTestCaseManager.runMessage(ITTestCaseManager.MessageSourceType messageSourceType,
          InputStream messageAsStr,
          int profileId)
Handle the given message with the related profile, no TestCase needs to be created 
 | 
List<ProcessingResultBean> | 
ITTestCaseManager.runMessage(ITTestCaseManager.MessageSourceType messageSourceType,
          InputStream messageStream,
          int profileId,
          Properties props)
Handle the given message with the related profile, no TestCase needs to be created 
 | 
List<ProcessingResultBean> | 
ITTestCaseManager.runTestCase(int testCaseId,
           int profileId)
Run a specific test case against a specific Profile ID 
 | 
List<ProcessingResultBean> | 
ITTestCaseManager.runTestCase(int testCaseId,
           int profileId,
           Properties props)
Run a specific test case against a specific Profile ID 
 | 
List<ProcessingResultBean> | 
ITTestCaseManager.runTestCase(ITTestCaseManager.MessageSourceType messageSourceType,
           int testCaseId,
           int profileId)
Run a specific test case against a specific Profile ID while providing the MessageSourceType 
 | 
List<ProcessingResultBean> | 
ITTestCaseManager.runTestCase(ITTestCaseManager.MessageSourceType messageSourceType,
           int testCaseId,
           int profileId,
           Properties props)
Run a specific test case against a specific Profile ID while providing the MessageSourceType 
 | 
Copyright © 2008–2022 The Plugin People. All rights reserved.