Index

A B C D E F G I L M N P R S T U V 
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.
addAttachment(File) - Method in class com.testmonitor.resources.TestResult
 
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.TestResultStatus
 

C

CAUTION - Static variable in class com.testmonitor.resources.TestResultStatus
 
clearAttachments() - Method in class com.testmonitor.resources.TestResult
 
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
 
clone(TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Clone a test case folder
clone(TestCaseFolder, String) - Method in class com.testmonitor.actions.TestCaseFolders
Clone a test case folder
clone(TestCaseFolder, String, boolean, boolean) - Method in class com.testmonitor.actions.TestCaseFolders
Clone a test case folder
com.testmonitor.actions - package com.testmonitor.actions
 
com.testmonitor.api - package com.testmonitor.api
 
com.testmonitor.exceptions - package com.testmonitor.exceptions
 
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(TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Create a test case folder
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(String) - Method in class com.testmonitor.actions.Milestones
Create a milestone using the provided name.
create(String) - Method in class com.testmonitor.actions.TestCaseFolders
Create a test case folder
create(String, Milestone) - Method in class com.testmonitor.actions.TestRuns
Create a test run using the provided name and milestone.
create(String, TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Create a test case folder
create(String, TestCaseFolder) - Method in class com.testmonitor.actions.TestCases
Create a test case using the provided name and test case folder.
create(String, Integer) - Method in class com.testmonitor.actions.TestCases
Create a test case using the provided name and test case folder ID.
create(String, Integer) - Method in class com.testmonitor.actions.TestRuns
Create a test run using the provided name and milestone ID.
createSubfolder(TestCaseFolder, TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Create a test case subfolder
createSubfolder(String, TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Create a test case subfolder

D

DateParser - Class in com.testmonitor.parsers
 
DateParser() - Constructor for class com.testmonitor.parsers.DateParser
 

E

Exception - Exception Class in com.testmonitor.exceptions
 
Exception(Integer, String) - Constructor for exception class com.testmonitor.exceptions.Exception
 

F

FAILED - Static variable in class com.testmonitor.resources.TestResultStatus
 
findByName(String) - Method in class com.testmonitor.actions.Milestones
Find a milestone using the provided name.
findByName(String) - Method in class com.testmonitor.actions.TestCaseFolders
Find a test case folder using the provided name and test folder.
findByName(String, TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Find a test case folder using the provided name and test folder.
findByName(String, Integer) - Method in class com.testmonitor.actions.TestCaseFolders
Find a test case folder using the provided name and test folder.
findByName(String, Integer) - Method in class com.testmonitor.actions.TestCases
Find a test case using the provided name and test folder ID.
findByName(String, Integer) - Method in class com.testmonitor.actions.TestRuns
Find a test run using the provided name and milestone ID.
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 name or create a new one.
findOrCreate(String) - Method in class com.testmonitor.actions.TestCaseFolders
Find a test case folder using the provided name or create a new one.
findOrCreate(String, Milestone) - Method in class com.testmonitor.actions.TestRuns
Find a test run using the provided name and milestone or create a new one.
findOrCreate(String, TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Find a test case folder using the provided name or create a new one.
findOrCreate(String, TestCaseFolder) - Method in class com.testmonitor.actions.TestCases
Find a test case using the provided name and test case folder or create a new one.
findOrCreate(String, Integer) - Method in class com.testmonitor.actions.TestCases
Find a test case using the provided name and test case folder ID or create a new one.
findOrCreate(String, Integer) - Method in class com.testmonitor.actions.TestRuns
Find a test run using the provided name 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.TestCaseFolders
 
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(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.
getAttachments() - Method in class com.testmonitor.resources.TestResult
 
getChildrenCount() - Method in class com.testmonitor.resources.TestCaseFolder
 
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.TestCaseFolder
 
getDescription() - Method in class com.testmonitor.resources.TestResult
 
getDescription() - Method in class com.testmonitor.resources.TestRun
 
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.TestCaseFolder
 
getId() - Method in class com.testmonitor.resources.TestResult
 
getId() - Method in class com.testmonitor.resources.TestRun
 
getId() - Method in class com.testmonitor.resources.User
 
getMessage() - Method in exception class 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.TestCaseFolder
 
getName() - Method in class com.testmonitor.resources.TestRun
 
getName() - Method in class com.testmonitor.resources.User
 
getParentId() - Method in class com.testmonitor.resources.TestCaseFolder
 
getPath() - Method in class com.testmonitor.resources.TestCaseFolder
 
getProjectId() - Method in class com.testmonitor.resources.Milestone
 
getProjectId() - Method in class com.testmonitor.resources.TestCase
 
getProjectId() - Method in class com.testmonitor.resources.TestCaseFolder
 
getStartsAt() - Method in class com.testmonitor.resources.Project
 
getStartsAt() - Method in class com.testmonitor.resources.TestRun
 
getStatusCode() - Method in exception class com.testmonitor.exceptions.Exception
 
getTestCaseFolderId() - Method in class com.testmonitor.resources.TestCase
 
getTestCaseId() - Method in class com.testmonitor.resources.TestResult
 
getTestCasesCount() - Method in class com.testmonitor.resources.TestCaseFolder
 
getTestResultStatusId() - Method in class com.testmonitor.resources.TestResult
 
getTestRunId() - Method in class com.testmonitor.resources.TestResult
 

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.TestCaseFolders
 
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.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.TestCaseFolders
 
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.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.TestCaseFolders
 
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.Users
 
list(Integer, Integer, Integer) - Method in class com.testmonitor.actions.TestCaseFolders
 

M

mergeTestCases(TestRun, List<Integer>) - Method in class com.testmonitor.actions.TestRuns
Merge new test cases to a test run.
message - Variable in exception class 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
 
move(int, int) - Method in class com.testmonitor.actions.TestCases
Move a test case to another folder
move(TestCase, TestCaseFolder) - Method in class com.testmonitor.actions.TestCases
Move a test case to another folder
multiPartPost(String, List<NameValuePair>, HashMap<String, File>) - Method in class com.testmonitor.api.Connector
Send a post request using multipart.

N

NotFoundException - Exception Class in com.testmonitor.exceptions
 
NotFoundException(Integer, String) - Constructor for exception class 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.TestCaseFolderParser
Parse a hashmap into a test case.
parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.TestCaseParser
Parse a hashmap into a test case.
parse(HashMap<String, Object>) - Static method in class com.testmonitor.parsers.TestResultParser
Parse a hashmap into a test result.
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.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.TestCaseFolderParser
Parse a JSONObject in a list of test cases
parse(JSONObject) - Static method in class com.testmonitor.parsers.TestCaseParser
Parse a JSONObject in a list of test cases
parse(JSONObject) - Static method in class com.testmonitor.parsers.TestResultParser
Parse a JSONObject in a list of test results
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.UserParser
Parse a JSONObject in a list of users
PASSED - Static variable in class com.testmonitor.resources.TestResultStatus
 
post(String, List<NameValuePair>) - Method in class com.testmonitor.api.Connector
Perform a POST request.
postFile(String, 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
root(int) - Static method in class com.testmonitor.resources.TestCaseFolder
 
root(Project) - Static method in class com.testmonitor.resources.TestCaseFolder
 

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, Integer) - Method in class com.testmonitor.actions.TestCases
Search though test cases in a folder.
search(String, Integer) - Method in class com.testmonitor.actions.TestRuns
Search through test runs within a milestone.
ServerException - Exception Class in com.testmonitor.exceptions
 
ServerException(Integer, String) - Constructor for exception class com.testmonitor.exceptions.ServerException
 
setChildrenCount(Integer) - Method in class com.testmonitor.resources.TestCaseFolder
 
setChildrenCount(String) - Method in class com.testmonitor.resources.TestCaseFolder
 
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.TestCaseFolder
 
setDescription(String) - Method in class com.testmonitor.resources.TestResult
 
setDescription(String) - Method in class com.testmonitor.resources.TestRun
 
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(LocalDateTime) - 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.TestCaseFolder
 
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.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.TestCaseFolder
 
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.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.TestCaseFolder
 
setName(String) - Method in class com.testmonitor.resources.TestRun
 
setName(String) - Method in class com.testmonitor.resources.User
 
setParent(TestCaseFolder) - Method in class com.testmonitor.resources.TestCaseFolder
 
setParentId(Integer) - Method in class com.testmonitor.resources.TestCaseFolder
 
setParentId(String) - Method in class com.testmonitor.resources.TestCaseFolder
 
setPath(String) - Method in class com.testmonitor.resources.TestCaseFolder
 
setProjectId(Integer) - Method in class com.testmonitor.resources.Milestone
 
setProjectId(Integer) - Method in class com.testmonitor.resources.TestCase
 
setProjectId(Integer) - Method in class com.testmonitor.resources.TestCaseFolder
 
setProjectId(String) - Method in class com.testmonitor.resources.Milestone
 
setProjectId(String) - Method in class com.testmonitor.resources.TestCase
 
setProjectId(String) - Method in class com.testmonitor.resources.TestCaseFolder
 
setStartsAt(LocalDate) - Method in class com.testmonitor.resources.Project
 
setStartsAt(LocalDateTime) - Method in class com.testmonitor.resources.TestRun
 
setTestCaseFolderId(Integer) - Method in class com.testmonitor.resources.TestCase
 
setTestCaseFolderId(String) - Method in class com.testmonitor.resources.TestCase
 
setTestCaseId(Integer) - Method in class com.testmonitor.resources.TestResult
 
setTestCaseId(String) - Method in class com.testmonitor.resources.TestResult
 
setTestCasesCount(Integer) - Method in class com.testmonitor.resources.TestCaseFolder
 
setTestCasesCount(String) - Method in class com.testmonitor.resources.TestCaseFolder
 
setTestResultStatusId(Integer) - Method in class com.testmonitor.resources.TestResult
 
setTestResultStatusId(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
 
statusCode - Variable in exception class com.testmonitor.exceptions.Exception
 

T

TestCase - Class in com.testmonitor.resources
 
TestCase() - Constructor for class com.testmonitor.resources.TestCase
 
TestCaseFolder - Class in com.testmonitor.resources
 
TestCaseFolder() - Constructor for class com.testmonitor.resources.TestCaseFolder
 
TestCaseFolderParser - Class in com.testmonitor.parsers
 
TestCaseFolderParser() - Constructor for class com.testmonitor.parsers.TestCaseFolderParser
 
testCaseFolders(Project) - Method in class com.testmonitor.api.Client
 
TestCaseFolders - Class in com.testmonitor.actions
 
TestCaseFolders(Connector, Project) - Constructor for class com.testmonitor.actions.TestCaseFolders
 
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
 
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
 
TestResultStatus - Class in com.testmonitor.resources
 
TestResultStatus() - Constructor for class com.testmonitor.resources.TestResultStatus
 
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
 
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.TestCaseFolder
 
toHttpParams() - Method in class com.testmonitor.resources.TestResult
 
toHttpParams() - Method in class com.testmonitor.resources.TestRun
 
toHttpParams() - Method in class com.testmonitor.resources.User
 

U

UnprocessableEntityException - Exception Class in com.testmonitor.exceptions
 
UnprocessableEntityException(Integer, String) - Constructor for exception class 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(TestCaseFolder) - Method in class com.testmonitor.actions.TestCaseFolders
Update a test case folder.
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.
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

VERSION - Static variable in class com.testmonitor.api.Client
 
A B C D E F G I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form