All Classes and Interfaces
Class
Description
AbstractTestResultAdapter<A extends hudson.tasks.test.AbstractTestResultAction>
CoverageMetric for clover
CoverageMetric for Cobertura
Extracts Coverage metric
used to trace which level coverage generated
CoverageMetric for JaCoCo
record jenkins config and job changes
send config content to splunk
from jenkins javadoc
(enter) --> waitingList --+--> blockedProjects
| ^
| |
| v
+--> buildables ---> pending ---> left
^ |
| |
+---(rarely)---+
Generated localization support class.
Generated localization support class.
work like unix tee, one end is splunk http output, the other is console out
only need to tee the write(int b) method, leave write(byte b[], int off, int len)
and public void write(byte b[]) alone since they will call write(int b)
the filter apply order is determined by descent ordinal order
TestNG used PASS,FAIL,SKIP, Junit(CaseResult.Status) used passed,skipped,pass,failed,fixed,regression
collapse them into 3 (passed, failure, skipped)
Note: all the username are user id, not user full name