Index
All Classes and Interfaces|All Packages|Constant Field Values|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.
- authenticatedUser() - Method in class com.testmonitor.actions.Users
-
Returns the currently authenticated user.
B
- baseUrl() - Method in class com.testmonitor.api.Connector
- baseUrl(String) - 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
-
TestMonitor Client
- 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.
- 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.
- create(TestSuite) - Method in class com.testmonitor.actions.TestSuites
-
Create a test suite using the test suite object.
- create(String) - Method in class com.testmonitor.actions.Milestones
-
Create a milestone using the provided name.
- create(String) - Method in class com.testmonitor.actions.TestSuites
-
Create a test suite using the provided name.
- create(String, Milestone) - Method in class com.testmonitor.actions.TestRuns
-
Create a test run using the provided name and milestone.
- create(String, TestSuite) - Method in class com.testmonitor.actions.TestCases
-
Create a test case using the provided name and test suite.
- create(String, Integer) - Method in class com.testmonitor.actions.TestCases
-
Create a test case using the provided name and test suite ID.
- create(String, Integer) - Method in class com.testmonitor.actions.TestRuns
-
Create a test run using the provided name and milestone ID.
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
-
Find a test case using the provided test case object or create a new one.
- findOrCreate(TestRun) - Method in class com.testmonitor.actions.TestRuns
-
Find a test run using the provided test run object or create a new one.
- findOrCreate(String) - Method in class com.testmonitor.actions.Milestones
-
Find a milestone using the provided query or create a new one.
- findOrCreate(String) - Method in class com.testmonitor.actions.TestSuites
-
Find a test suite using the provided query or create a new one.
- findOrCreate(String, Milestone) - Method in class com.testmonitor.actions.TestRuns
-
Find a test run using the provided query and milestone or create a new one.
- findOrCreate(String, TestSuite) - Method in class com.testmonitor.actions.TestCases
-
Find a test case using the provided query and test suite or create a new one.
- findOrCreate(String, Integer) - Method in class com.testmonitor.actions.TestCases
-
Find a test case using the provided query and test suite ID or create a new one.
- findOrCreate(String, Integer) - Method in class com.testmonitor.actions.TestRuns
-
Find a test run using the provided query and milestone ID or create a new one.
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
- mergeTestCases(TestRun, List<Integer>) - Method in class com.testmonitor.actions.TestRuns
-
Merge new test cases to a test run.
- 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 an 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 through milestones.
- search(String) - Method in class com.testmonitor.actions.TestCases
-
Search through test cases.
- search(String) - Method in class com.testmonitor.actions.TestResults
-
Search through test results.
- search(String) - Method in class com.testmonitor.actions.TestRuns
-
Search through test runs.
- search(String) - Method in class com.testmonitor.actions.TestSuites
-
Search through test suites.
- search(String, Integer) - Method in class com.testmonitor.actions.TestCases
-
Search though test cases in a test suite.
- search(String, Integer) - Method in class com.testmonitor.actions.TestRuns
-
Search through test runs within a milestone.
- 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(LocalDate) - Method in class com.testmonitor.resources.Milestone
- setEndsAt(LocalDate) - Method in class com.testmonitor.resources.Project
- setEndsAt(LocalDate) - 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
-
Set the project name
- 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(LocalDate) - Method in class com.testmonitor.resources.Project
- setStartsAt(LocalDate) - 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(LocalDate) - 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
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
V
A B C D E F G I L M N P R S T U VAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form