Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addAttachment(TestResult, File) - Method in class com.testmonitor.actions.TestResults
-
Add an attachment to a test result
- assignTestCases(TestRun, List<Integer>) - Method in class com.testmonitor.actions.TestRuns
-
Assign new test cases to a test run
- assignUsers(TestRun, List<Integer>) - Method in class com.testmonitor.actions.TestRuns
-
Assign users to a test run
B
- baseUrl() - Method in class com.testmonitor.api.Connector
- BLOCKING - Static variable in class com.testmonitor.resources.TestResultCategory
C
- CAUTION - Static variable in class com.testmonitor.resources.TestResultCategory
- Client - Class in com.testmonitor.api
- Client(Connector) - Constructor for class com.testmonitor.api.Client
- Client(String, String) - Constructor for class com.testmonitor.api.Client
- com.testmonitor.actions - package com.testmonitor.actions
- com.testmonitor.api - package com.testmonitor.api
- com.testmonitor.exceptions - package com.testmonitor.exceptions
- com.testmonitor.main - package com.testmonitor.main
- com.testmonitor.parsers - package com.testmonitor.parsers
- com.testmonitor.resources - package com.testmonitor.resources
- Connector - Class in com.testmonitor.api
- Connector(String, String) - Constructor for class com.testmonitor.api.Connector
- create(Milestone) - Method in class com.testmonitor.actions.Milestones
-
Create a milestone
- create(TestCase) - Method in class com.testmonitor.actions.TestCases
-
Create a test case in TestMonitor
- create(TestResult) - Method in class com.testmonitor.actions.TestResults
-
Create a test result
- create(TestRun) - Method in class com.testmonitor.actions.TestRuns
-
Create a test run in TestMonitor
- create(TestSuite) - Method in class com.testmonitor.actions.TestSuites
-
Create a test suite with a given name.
- create(String) - Method in class com.testmonitor.actions.Milestones
-
Create a milestone with a given name.
- create(String) - Method in class com.testmonitor.actions.TestSuites
-
Create a test suite with a given name.
- create(String, Milestone) - Method in class com.testmonitor.actions.TestRuns
- create(String, TestSuite) - Method in class com.testmonitor.actions.TestCases
-
Create a test case in TestMonitor
- create(String, Integer) - Method in class com.testmonitor.actions.TestCases
-
Create a test case in TestMonitor
- create(String, Integer) - Method in class com.testmonitor.actions.TestRuns
- currentUser() - Method in class com.testmonitor.actions.Users
-
Returns the current user that is logged in on TestMonitor.
D
- DateParser - Class in com.testmonitor.parsers
- DateParser() - Constructor for class com.testmonitor.parsers.DateParser
E
- Exception - Exception in com.testmonitor.exceptions
- Exception(Integer, String) - Constructor for exception com.testmonitor.exceptions.Exception
F
- FAILED - Static variable in class com.testmonitor.resources.TestResultCategory
- findOrCreate(TestCase) - Method in class com.testmonitor.actions.TestCases
-
Search or create a test case.
- findOrCreate(TestRun) - Method in class com.testmonitor.actions.TestRuns
-
Search or create a test run.
- findOrCreate(String) - Method in class com.testmonitor.actions.Milestones
-
Find or create a milestone.
- findOrCreate(String) - Method in class com.testmonitor.actions.TestSuites
-
Search or create a test suite.
- findOrCreate(String, Milestone) - Method in class com.testmonitor.actions.TestRuns
-
Search or create a test run.
- findOrCreate(String, TestSuite) - Method in class com.testmonitor.actions.TestCases
-
Search or create a test case.
- findOrCreate(String, Integer) - Method in class com.testmonitor.actions.TestCases
-
Search or create a test case.
- findOrCreate(String, Integer) - Method in class com.testmonitor.actions.TestRuns
-
Search or create a test rub.
G
- get(Integer) - Method in class com.testmonitor.actions.Milestones
- get(Integer) - Method in class com.testmonitor.actions.Projects
-
Get a single project
- get(Integer) - Method in class com.testmonitor.actions.TestCases
- get(Integer) - Method in class com.testmonitor.actions.TestResults
- get(Integer) - Method in class com.testmonitor.actions.TestRuns
- get(Integer) - Method in class com.testmonitor.actions.TestSuites
- get(String) - Method in class com.testmonitor.api.Connector
-
Perform a GET request.
- get(String, List<NameValuePair>) - Method in class com.testmonitor.api.Connector
-
Perform a GET request with GET parameters.
- getDescription() - Method in class com.testmonitor.resources.Milestone
- getDescription() - Method in class com.testmonitor.resources.Project
- getDescription() - Method in class com.testmonitor.resources.TestCase
- getDescription() - Method in class com.testmonitor.resources.TestResult
- getDescription() - Method in class com.testmonitor.resources.TestRun
- getDescription() - Method in class com.testmonitor.resources.TestSuite
- getEndsAt() - Method in class com.testmonitor.resources.Milestone
- getEndsAt() - Method in class com.testmonitor.resources.Project
- getEndsAt() - Method in class com.testmonitor.resources.TestRun
- getId() - Method in class com.testmonitor.resources.Milestone
- getId() - Method in class com.testmonitor.resources.Project
- getId() - Method in class com.testmonitor.resources.TestCase
- getId() - Method in class com.testmonitor.resources.TestResult
- getId() - Method in class com.testmonitor.resources.TestRun
- getId() - Method in class com.testmonitor.resources.TestSuite
- getId() - Method in class com.testmonitor.resources.User
- getMessage() - Method in exception com.testmonitor.exceptions.Exception
- getMilestoneId() - Method in class com.testmonitor.resources.TestRun
- getName() - Method in class com.testmonitor.resources.Milestone
- getName() - Method in class com.testmonitor.resources.Project
- getName() - Method in class com.testmonitor.resources.TestCase
- getName() - Method in class com.testmonitor.resources.TestRun
- getName() - Method in class com.testmonitor.resources.TestSuite
- getName() - Method in class com.testmonitor.resources.User
- getProjectId() - Method in class com.testmonitor.resources.Milestone
- getProjectId() - Method in class com.testmonitor.resources.TestSuite
- getStartsAt() - Method in class com.testmonitor.resources.Project
- getStartsAt() - Method in class com.testmonitor.resources.TestRun
- getStatusCode() - Method in exception com.testmonitor.exceptions.Exception
- getTestCaseId() - Method in class com.testmonitor.resources.TestResult
- getTestResultCategoryId() - Method in class com.testmonitor.resources.TestResult
- getTestRunId() - Method in class com.testmonitor.resources.TestResult
- getTestSuiteId() - Method in class com.testmonitor.resources.TestCase
I
- isDraft() - Method in class com.testmonitor.resources.TestResult
L
- list() - Method in class com.testmonitor.actions.Milestones
- list() - Method in class com.testmonitor.actions.Projects
- list() - Method in class com.testmonitor.actions.TestCases
- list() - Method in class com.testmonitor.actions.TestResults
- list() - Method in class com.testmonitor.actions.TestRuns
- list() - Method in class com.testmonitor.actions.TestSuites
- list() - Method in class com.testmonitor.actions.Users
- list(Integer) - Method in class com.testmonitor.actions.Milestones
- list(Integer) - Method in class com.testmonitor.actions.Projects
- list(Integer) - Method in class com.testmonitor.actions.TestCases
- list(Integer) - Method in class com.testmonitor.actions.TestResults
- list(Integer) - Method in class com.testmonitor.actions.TestRuns
- list(Integer) - Method in class com.testmonitor.actions.TestSuites
- list(Integer) - Method in class com.testmonitor.actions.Users
- list(Integer, Integer) - Method in class com.testmonitor.actions.Milestones
- list(Integer, Integer) - Method in class com.testmonitor.actions.Projects
- list(Integer, Integer) - Method in class com.testmonitor.actions.TestCases
- list(Integer, Integer) - Method in class com.testmonitor.actions.TestResults
- list(Integer, Integer) - Method in class com.testmonitor.actions.TestRuns
- list(Integer, Integer) - Method in class com.testmonitor.actions.TestSuites
- list(Integer, Integer) - Method in class com.testmonitor.actions.Users
M
- main(String[]) - Static method in class com.testmonitor.main.Main
- Main - Class in com.testmonitor.main
- Main() - Constructor for class com.testmonitor.main.Main
- message - Variable in exception com.testmonitor.exceptions.Exception
- Milestone - Class in com.testmonitor.resources
- Milestone() - Constructor for class com.testmonitor.resources.Milestone
- MilestoneParser - Class in com.testmonitor.parsers
- MilestoneParser() - Constructor for class com.testmonitor.parsers.MilestoneParser
- milestones(Project) - Method in class com.testmonitor.api.Client
- Milestones - Class in com.testmonitor.actions
- Milestones(Connector, Project) - Constructor for class com.testmonitor.actions.Milestones
N
- NotFoundException - Exception in com.testmonitor.exceptions
- NotFoundException(Integer, String) - Constructor for exception com.testmonitor.exceptions.NotFoundException
P
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.MilestoneParser
-
Parse a hashmap into a milestone.
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.ProjectParser
-
Parse a hashmap into a project.
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.TestCaseParser
-
Parse a hashmap into a milestone.
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.TestResultParser
-
Parse a hashmap into a milestone.
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.TestRunParser
-
Parse a hashmap into a test run.
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.TestSuiteParser
-
Parse a hashmap into a test suite.
- parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.UserParser
-
Parse a hashmap into a user.
- parse(JSONObject) - Static method in class com.testmonitor.parsers.MilestoneParser
-
Parse a JSONObject in a list of milestones
- parse(JSONObject) - Static method in class com.testmonitor.parsers.ProjectParser
-
Parse a JSONObject in a list of projects
- parse(JSONObject) - Static method in class com.testmonitor.parsers.TestCaseParser
-
Parse a JSONObject in a list of milestones
- parse(JSONObject) - Static method in class com.testmonitor.parsers.TestResultParser
-
Parse a JSONObject in a list of milestones
- parse(JSONObject) - Static method in class com.testmonitor.parsers.TestRunParser
-
Parse a JSONObject in a list of test runs
- parse(JSONObject) - Static method in class com.testmonitor.parsers.TestSuiteParser
-
Parse a JSONObject in a list of test suites
- parse(JSONObject) - Static method in class com.testmonitor.parsers.UserParser
-
Parse a JSONObject in a list of users
- PASSED - Static variable in class com.testmonitor.resources.TestResultCategory
- post(String, List<NameValuePair>) - Method in class com.testmonitor.api.Connector
-
Perform a POST request.
- postAttachment(String, File) - Method in class com.testmonitor.api.Connector
-
Send am attachment.
- Project - Class in com.testmonitor.resources
- Project() - Constructor for class com.testmonitor.resources.Project
- ProjectParser - Class in com.testmonitor.parsers
- ProjectParser() - Constructor for class com.testmonitor.parsers.ProjectParser
- projects() - Method in class com.testmonitor.api.Client
- Projects - Class in com.testmonitor.actions
- Projects(Connector) - Constructor for class com.testmonitor.actions.Projects
- put(String, List<NameValuePair>) - Method in class com.testmonitor.api.Connector
-
Perform a PUT request.
R
- request(HttpUriRequestBase) - Method in class com.testmonitor.api.Connector
-
Perform a request on teh TestMonitor API
S
- search(String) - Method in class com.testmonitor.actions.Milestones
-
Search a milestone
- search(String) - Method in class com.testmonitor.actions.TestCases
-
Search a test case
- search(String) - Method in class com.testmonitor.actions.TestResults
-
Search a test result
- search(String) - Method in class com.testmonitor.actions.TestRuns
-
Search a test run
- search(String) - Method in class com.testmonitor.actions.TestSuites
-
Search a test suite
- search(String, Integer) - Method in class com.testmonitor.actions.TestCases
-
Search a test case
- search(String, Integer) - Method in class com.testmonitor.actions.TestRuns
-
Search a test run
- ServerException - Exception in com.testmonitor.exceptions
- ServerException(Integer, String) - Constructor for exception com.testmonitor.exceptions.ServerException
- setDescription(String) - Method in class com.testmonitor.resources.Milestone
- setDescription(String) - Method in class com.testmonitor.resources.Project
- setDescription(String) - Method in class com.testmonitor.resources.TestCase
- setDescription(String) - Method in class com.testmonitor.resources.TestResult
- setDescription(String) - Method in class com.testmonitor.resources.TestRun
- setDescription(String) - Method in class com.testmonitor.resources.TestSuite
- setDraft(Boolean) - Method in class com.testmonitor.resources.TestResult
- setDraft(String) - Method in class com.testmonitor.resources.TestResult
- setEndsAt(Date) - Method in class com.testmonitor.resources.Milestone
- setEndsAt(Date) - Method in class com.testmonitor.resources.Project
- setEndsAt(Date) - Method in class com.testmonitor.resources.TestRun
- setId(Integer) - Method in class com.testmonitor.resources.Milestone
- setId(Integer) - Method in class com.testmonitor.resources.Project
- setId(Integer) - Method in class com.testmonitor.resources.TestCase
- setId(Integer) - Method in class com.testmonitor.resources.TestResult
- setId(Integer) - Method in class com.testmonitor.resources.TestRun
- setId(Integer) - Method in class com.testmonitor.resources.TestSuite
- setId(Integer) - Method in class com.testmonitor.resources.User
- setId(String) - Method in class com.testmonitor.resources.Milestone
- setId(String) - Method in class com.testmonitor.resources.Project
- setId(String) - Method in class com.testmonitor.resources.TestCase
- setId(String) - Method in class com.testmonitor.resources.TestResult
- setId(String) - Method in class com.testmonitor.resources.TestRun
- setId(String) - Method in class com.testmonitor.resources.TestSuite
- setId(String) - Method in class com.testmonitor.resources.User
- setMilestoneId(Integer) - Method in class com.testmonitor.resources.TestRun
- setMilestoneId(String) - Method in class com.testmonitor.resources.TestRun
- setName(String) - Method in class com.testmonitor.resources.Milestone
- setName(String) - Method in class com.testmonitor.resources.Project
- setName(String) - Method in class com.testmonitor.resources.TestCase
- setName(String) - Method in class com.testmonitor.resources.TestRun
- setName(String) - Method in class com.testmonitor.resources.TestSuite
- setName(String) - Method in class com.testmonitor.resources.User
- setProjectId(Integer) - Method in class com.testmonitor.resources.Milestone
- setProjectId(Integer) - Method in class com.testmonitor.resources.TestSuite
- setProjectId(String) - Method in class com.testmonitor.resources.Milestone
- setProjectId(String) - Method in class com.testmonitor.resources.TestSuite
- setStartsAt(Date) - Method in class com.testmonitor.resources.Project
- setStartsAt(Date) - Method in class com.testmonitor.resources.TestRun
- setTestCaseId(Integer) - Method in class com.testmonitor.resources.TestResult
- setTestCaseId(String) - Method in class com.testmonitor.resources.TestResult
- setTestResultCategoryId(Integer) - Method in class com.testmonitor.resources.TestResult
- setTestResultCategoryId(String) - Method in class com.testmonitor.resources.TestResult
- setTestRunId(Integer) - Method in class com.testmonitor.resources.TestResult
- setTestRunId(String) - Method in class com.testmonitor.resources.TestResult
- setTestSuiteId(Integer) - Method in class com.testmonitor.resources.TestCase
- setTestSuiteId(String) - Method in class com.testmonitor.resources.TestCase
- statusCode - Variable in exception com.testmonitor.exceptions.Exception
T
- TestCase - Class in com.testmonitor.resources
- TestCase() - Constructor for class com.testmonitor.resources.TestCase
- TestCaseParser - Class in com.testmonitor.parsers
- TestCaseParser() - Constructor for class com.testmonitor.parsers.TestCaseParser
- testCases(Project) - Method in class com.testmonitor.api.Client
- TestCases - Class in com.testmonitor.actions
- TestCases(Connector, Project) - Constructor for class com.testmonitor.actions.TestCases
- TestResult - Class in com.testmonitor.resources
- TestResult() - Constructor for class com.testmonitor.resources.TestResult
- TestResultCategory - Class in com.testmonitor.resources
- TestResultCategory() - Constructor for class com.testmonitor.resources.TestResultCategory
- TestResultParser - Class in com.testmonitor.parsers
- TestResultParser() - Constructor for class com.testmonitor.parsers.TestResultParser
- testResults(Project) - Method in class com.testmonitor.api.Client
- TestResults - Class in com.testmonitor.actions
- TestResults(Connector, Project) - Constructor for class com.testmonitor.actions.TestResults
- TestRun - Class in com.testmonitor.resources
- TestRun() - Constructor for class com.testmonitor.resources.TestRun
- TestRunParser - Class in com.testmonitor.parsers
- TestRunParser() - Constructor for class com.testmonitor.parsers.TestRunParser
- testRuns(Project) - Method in class com.testmonitor.api.Client
- TestRuns - Class in com.testmonitor.actions
- TestRuns(Connector, Project) - Constructor for class com.testmonitor.actions.TestRuns
- TestSuite - Class in com.testmonitor.resources
- TestSuite() - Constructor for class com.testmonitor.resources.TestSuite
- TestSuiteParser - Class in com.testmonitor.parsers
- TestSuiteParser() - Constructor for class com.testmonitor.parsers.TestSuiteParser
- testSuites(Project) - Method in class com.testmonitor.api.Client
- TestSuites - Class in com.testmonitor.actions
- TestSuites(Connector, Project) - Constructor for class com.testmonitor.actions.TestSuites
- toDateObject(String) - Static method in class com.testmonitor.parsers.DateParser
-
Parse a datestring from the TestMonitor API to a date object.
- toDateString(Date) - Static method in class com.testmonitor.parsers.DateParser
-
Parse a date object to a datestring that is accepted by the TestMonitor API.
- toHttpParams() - Method in class com.testmonitor.resources.Milestone
- toHttpParams() - Method in class com.testmonitor.resources.Project
- toHttpParams() - Method in class com.testmonitor.resources.TestCase
- toHttpParams() - Method in class com.testmonitor.resources.TestResult
- toHttpParams() - Method in class com.testmonitor.resources.TestRun
- toHttpParams() - Method in class com.testmonitor.resources.TestSuite
- toHttpParams() - Method in class com.testmonitor.resources.User
- toString() - Method in class com.testmonitor.resources.Milestone
- toString() - Method in class com.testmonitor.resources.Project
- toString() - Method in class com.testmonitor.resources.TestCase
- toString() - Method in class com.testmonitor.resources.TestResult
- toString() - Method in class com.testmonitor.resources.TestRun
- toString() - Method in class com.testmonitor.resources.TestSuite
- toString() - Method in class com.testmonitor.resources.User
U
- UnprocessableEntityException - Exception in com.testmonitor.exceptions
- UnprocessableEntityException(Integer, String) - Constructor for exception com.testmonitor.exceptions.UnprocessableEntityException
- update(Milestone) - Method in class com.testmonitor.actions.Milestones
-
Update a milestone
- update(Project) - Method in class com.testmonitor.actions.Projects
-
Update a project
- update(TestCase) - Method in class com.testmonitor.actions.TestCases
-
Update a test case
- update(TestResult) - Method in class com.testmonitor.actions.TestResults
-
Update a test result
- update(TestRun) - Method in class com.testmonitor.actions.TestRuns
-
Update a test run
- update(TestSuite) - Method in class com.testmonitor.actions.TestSuites
-
Update a test suite
- User - Class in com.testmonitor.resources
- User() - Constructor for class com.testmonitor.resources.User
- UserParser - Class in com.testmonitor.parsers
- UserParser() - Constructor for class com.testmonitor.parsers.UserParser
- users() - Method in class com.testmonitor.api.Client
- Users - Class in com.testmonitor.actions
- Users(Connector) - Constructor for class com.testmonitor.actions.Users
All Classes and Interfaces|All Packages|Serialized Form