Skip navigation links
A C D G I J M P R S T V _ 

A

available() - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.

C

close() - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Closes this input stream and releases any system resources associated with the stream.
convert(File, File, Map<String, Object>) - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
convertTc2DateTime(String) - Static method in class jenkins.plugins.xunit.tc11.json.MyUtils
Converts the given date time string from the format 'MM/dd/yyyy hh:mm:ss aa', 'dd/MM/yyyy HH:mm:ss' or 'dd.MM.yyyy hh:mm:ss' to the format 'yyyy-MM-dd hh:mm:ss.SSS'
convertTc2DateTime(long) - Static method in class jenkins.plugins.xunit.tc11.json.MyUtils
Converts time given in milliseconds to a Date string formated as 'yyyy-MM-dd hh:mm:ss.SSS'
convertTcDateTime2MillSec(String) - Static method in class jenkins.plugins.xunit.tc11.json.MyUtils
Converts the given date time String from the format 'MM/dd/yyyy hh:mm:ss aa', 'dd/MM/yyyy HH:mm:ss' or 'dd.MM.yyyy HH:mm:ss' to a time in milli seconds

D

DescriptorImpl() - Constructor for class jenkins.plugins.xunit.tc11.TestCompleteTestType.DescriptorImpl
 
duration() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 

G

getBaseUrl() - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Returns the URL all MHT entries are referenced to.
getCallStack() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getCaption() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getChildren() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getContentType() - Method in class jenkins.plugins.xunit.tc11.mht.MHTEntry
Returns the content type of this entry.
getDescriptor() - Method in class jenkins.plugins.xunit.tc11.TestCompleteTestType
 
getEndTime() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getEndTimeInMilliSec() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
The end time of the test suit
getFailures() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getHref() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getId() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getId() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getInfo() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getMessage() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
The message of the test case.
getName() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
Get the value of name
getName() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getName() - Method in class jenkins.plugins.xunit.tc11.mht.MHTEntry
Returns the name of this entry, considering it the part of the entry location without the base URL indicated in the header of the MHT file.
getNextEntry(String) - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Reads the next MHT entry with the name given and positions the stream at the beginning of the entry data.
getNextEntry() - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Returns the next MHTEntry in the stream and positions the stream at the beginning of the entry data.
getOutputFormatType() - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
getOutputXsdNameList() - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
the XSD file associated to this output format
getProvider(int) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getProviders() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getRunTime() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getSkipCount() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getStartTimeInMilliSec() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
The start time of the test suit
getStatus() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getStatus() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getTCLogItem(int) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getTCLogItems() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getTestCount() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getTestRunTimeInMilliSec() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
The test run time of the test case
getTestTime() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getTestTimeInMilliSec() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getTimeStamp() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
getTimeStamp() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
 
getToolName() - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
getToolType() - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
getToolVersion() - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
getType() - Method in class jenkins.plugins.xunit.tc11.json.TCLogItem
The type of the test case message.

I

infoSystemLogger(String) - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
Log an info output to the system logger
isEmpty() - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 

J

jenkins.plugins.xunit.tc11 - package jenkins.plugins.xunit.tc11
 
jenkins.plugins.xunit.tc11.json - package jenkins.plugins.xunit.tc11.json
 
jenkins.plugins.xunit.tc11.mht - package jenkins.plugins.xunit.tc11.mht
 

M

mark(int) - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
This operation is not supported with this input stream and UnsupportedOperationException will be thrown if this method is called.
markSupported() - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
 
Messages - Class in jenkins.plugins.xunit.tc11
Generated localization support class.
Messages() - Constructor for class jenkins.plugins.xunit.tc11.Messages
 
MHTEntry - Class in jenkins.plugins.xunit.tc11.mht
Class to parse header of an MHT entry.
MHTEntry(String, String) - Constructor for class jenkins.plugins.xunit.tc11.mht.MHTEntry
 
MHTException - Exception in jenkins.plugins.xunit.tc11.mht
Signals that a MHT exception of some sort has occurred.
MHTException() - Constructor for exception jenkins.plugins.xunit.tc11.mht.MHTException
Constructs a MHTException with null as its error detail message.
MHTException(String) - Constructor for exception jenkins.plugins.xunit.tc11.mht.MHTException
Constructs a MHTException with the specified detail message.
MHTException(String, Throwable) - Constructor for exception jenkins.plugins.xunit.tc11.mht.MHTException
Constructs a MHTException with the specified detail message and the given cause.
MHTInputStream - Class in jenkins.plugins.xunit.tc11.mht
Utility class to read MHT files produced by TestComplete and inspired by inspired by ZipInputStream.
MHTInputStream(InputStream) - Constructor for class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Creates a new MHT input stream and reads the header of the MHT so MHTInputStream.getBaseUrl() can be called immediately.
MyUtils - Class in jenkins.plugins.xunit.tc11.json
 
MyUtils() - Constructor for class jenkins.plugins.xunit.tc11.json.MyUtils
 

P

PARAM_TEST_PATTERN - Static variable in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
Parameter that defines the regular expression to apply to transformation so only those tests matching it will be included
parseJSONFile(File, String) - Static method in class jenkins.plugins.xunit.tc11.json.MyUtils
Opens the given JSON file and returns the content as JSONObject
If the named file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading then a FileNotFoundException is thrown.

R

read(byte[], int, int) - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
Reads from the current MHT entry into an array of bytes.
readJSONFile(File, String) - Static method in class jenkins.plugins.xunit.tc11.json.MyUtils
Opens the given JSON file and returns the content as string
If the named file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading then a FileNotFoundException is thrown.
reset() - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
This operation is not supported with this input stream and UnsupportedOperationException will be thrown if this method is called.

S

setChildren(List<TCLog>) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
setHref(String) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
setId(String) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
setName(String) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
Set the value of name
setProviders(List<TCLog>) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
setStatus(Integer) - Method in class jenkins.plugins.xunit.tc11.json.TCLog
 
setTestFilterPattern(String) - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
skip(long) - Method in class jenkins.plugins.xunit.tc11.mht.MHTInputStream
This operation is not supported with this input stream and UnsupportedOperationException will be thrown if this method is called.

T

TCLog - Class in jenkins.plugins.xunit.tc11.json
 
TCLog(JSONObject, File) - Constructor for class jenkins.plugins.xunit.tc11.json.TCLog
 
TCLogItem - Class in jenkins.plugins.xunit.tc11.json
This Class represents in MHT _root.js a JSON Object matching "TestItem"
TCLogItem(JSONObject, JSONObject, File) - Constructor for class jenkins.plugins.xunit.tc11.json.TCLogItem
 
testcomplete_toolName() - Static method in class jenkins.plugins.xunit.tc11.Messages
Key testcomplete.toolName: TestComplete.
TestCompleteInputMetric - Class in jenkins.plugins.xunit.tc11
 
TestCompleteInputMetric() - Constructor for class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
TestCompleteTestType - Class in jenkins.plugins.xunit.tc11
 
TestCompleteTestType(String, boolean, boolean, boolean, String) - Constructor for class jenkins.plugins.xunit.tc11.TestCompleteTestType
 
TestCompleteTestType.DescriptorImpl - Class in jenkins.plugins.xunit.tc11
 

V

validateInputFile(File) - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 
validateOutputFile(File) - Method in class jenkins.plugins.xunit.tc11.TestCompleteInputMetric
 

_

_testcomplete_toolName() - Static method in class jenkins.plugins.xunit.tc11.Messages
Key testcomplete.toolName: TestComplete.
A C D G I J M P R S T V _ 
Skip navigation links

Copyright © 2016–2017. All rights reserved.