JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
E
F
G
H
I
O
S
T
U
V
A
addTests(List<Test>)
- Method in class org.cjan.test_collector.
TestRun
E
EnvironmentProperties
- Class in
org.cjan.test_collector
Environment properties.
EnvironmentProperties()
- Constructor for class org.cjan.test_collector.
EnvironmentProperties
equals(Object)
- Method in class org.cjan.test_collector.
EnvironmentProperties
equals(Object)
- Method in class org.cjan.test_collector.
Test
execute()
- Method in class org.cjan.test_collector.
TestCollectMojo
F
fromId(int)
- Static method in enum org.cjan.test_collector.
Status
G
getAccessToken()
- Method in class org.cjan.test_collector.
Uploader
getArtifactId()
- Method in class org.cjan.test_collector.
TestRun
getEnvironmentProperties()
- Static method in class org.cjan.test_collector.
Utils
getEnvProps()
- Method in class org.cjan.test_collector.
TestRun
getGeneralStatus()
- Method in class org.cjan.test_collector.
TestResults
Get the general status.
getGroupId()
- Method in class org.cjan.test_collector.
TestRun
getId()
- Method in enum org.cjan.test_collector.
Status
getJavaVendor()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getJavaVersion()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getLocale()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getMetadata()
- Method in class org.cjan.test_collector.
Test
getName()
- Method in class org.cjan.test_collector.
Test
getNumberOfTests()
- Method in class org.cjan.test_collector.
TestResults
Return the number of tests, without creating an extra copy of the list of tests.
getOsArch()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getOsFamily()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getOsName()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getOsVersion()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getPlatformEncoding()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getProxyHost()
- Method in class org.cjan.test_collector.
Uploader
getProxyPort()
- Method in class org.cjan.test_collector.
Uploader
getStatus()
- Method in class org.cjan.test_collector.
Test
getStatus()
- Method in class org.cjan.test_collector.
TestRun
getTests()
- Method in class org.cjan.test_collector.
TestResults
Get the tests.
getTests()
- Method in class org.cjan.test_collector.
TestRun
getTimezone()
- Method in class org.cjan.test_collector.
EnvironmentProperties
getUrl()
- Method in class org.cjan.test_collector.
Uploader
Gets the URL.
getVersion()
- Method in class org.cjan.test_collector.
TestRun
H
hashCode()
- Method in class org.cjan.test_collector.
EnvironmentProperties
hashCode()
- Method in class org.cjan.test_collector.
Test
I
isProxyEnabled()
- Method in class org.cjan.test_collector.
Uploader
Return
true
iff the host and port for the proxy are specified
O
org.cjan.test_collector
- package org.cjan.test_collector
Main classes.
S
setJavaVendor(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setJavaVersion(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setLocale(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setOsArch(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setOsFamily(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setOsName(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setOsVersion(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setPlatformEncoding(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
setProxyHost(String)
- Method in class org.cjan.test_collector.
Uploader
setProxyPort(String)
- Method in class org.cjan.test_collector.
Uploader
setTimezone(String)
- Method in class org.cjan.test_collector.
EnvironmentProperties
Status
- Enum in
org.cjan.test_collector
Valid statuses for CJAN.org upload results.
T
Test
- Class in
org.cjan.test_collector
A CJAN.org test entry.
Test(String, Status, String)
- Constructor for class org.cjan.test_collector.
Test
TestCollectMojo
- Class in
org.cjan.test_collector
Collects test results to upload to CJAN.org.
TestCollectMojo()
- Constructor for class org.cjan.test_collector.
TestCollectMojo
TestResults
- Class in
org.cjan.test_collector
Represents test results, with tests.
TestResults(List<ReportTestSuite>)
- Constructor for class org.cjan.test_collector.
TestResults
Create a TestResults.
TestRun
- Class in
org.cjan.test_collector
A CJAN.org test run.
TestRun(String, String, String, EnvironmentProperties, Status)
- Constructor for class org.cjan.test_collector.
TestRun
toString()
- Method in class org.cjan.test_collector.
EnvironmentProperties
toString()
- Method in class org.cjan.test_collector.
Test
U
upload(String, String, String, EnvironmentProperties, TestResults)
- Method in class org.cjan.test_collector.
Uploader
Upload test run and tests to CJAN.org.
Uploader
- Class in
org.cjan.test_collector
Uploads results to CJAN.org.
Uploader(String, String, String, String)
- Constructor for class org.cjan.test_collector.
Uploader
Constructor with parameters.
UploadException
- Exception in
org.cjan.test_collector
An upload exception.
UploadException()
- Constructor for exception org.cjan.test_collector.
UploadException
UploadException(String)
- Constructor for exception org.cjan.test_collector.
UploadException
UploadException(Throwable)
- Constructor for exception org.cjan.test_collector.
UploadException
UploadException(String, Throwable)
- Constructor for exception org.cjan.test_collector.
UploadException
UploadException(String, Throwable, boolean, boolean)
- Constructor for exception org.cjan.test_collector.
UploadException
Utils
- Class in
org.cjan.test_collector
Based on Maven's CliReportingUtils.
Utils()
- Constructor for class org.cjan.test_collector.
Utils
V
valueOf(String)
- Static method in enum org.cjan.test_collector.
Status
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.cjan.test_collector.
Status
Returns an array containing the constants of this enum type, in the order they are declared.
A
E
F
G
H
I
O
S
T
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All Rights Reserved.