Serialized Form


Package hudson.plugins.helpers

Class hudson.plugins.helpers.AbstractBuildAction extends java.lang.Object implements Serializable

serialVersionUID: 31415926L

Serialized Fields

build

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> build
The owner of this Action. Ideally I'd like this to be final and set in the constructor, but Maven does not let us do that, so we need a setter.


results

TestResults results

Class hudson.plugins.helpers.BuildProxy extends java.lang.Object implements Serializable

Serialized Fields

artifactsDir

hudson.FilePath artifactsDir

projectRootDir

hudson.FilePath projectRootDir

buildRootDir

hudson.FilePath buildRootDir

executionRootDir

hudson.FilePath executionRootDir

timestamp

java.util.Calendar timestamp

actions

java.util.List<E> actions

result

hudson.model.Result result

continueBuild

boolean continueBuild

Package hudson.plugins.testng

Class hudson.plugins.testng.BuildIndividualReport extends AbstractBuildAction<hudson.model.AbstractBuild<?,?>> implements Serializable

Serialized Fields

healthReport

hudson.model.HealthReport healthReport

Class hudson.plugins.testng.GhostWriter extends java.lang.Object implements Serializable

Serialized Fields

reportFilenamePattern

java.lang.String reportFilenamePattern

isRelativePath

boolean isRelativePath

Package hudson.plugins.testng.results

Class hudson.plugins.testng.results.BaseResult extends java.lang.Object implements Serializable

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner

name

java.lang.String name

parent

BaseResult parent

fullName

java.lang.String fullName

Class hudson.plugins.testng.results.ClassResult extends BaseResult implements Serializable

Serialized Fields

testMethodList

java.util.List<E> testMethodList

duration

long duration

fail

int fail

skip

int skip

total

int total

testRunMap

java.util.Map<K,V> testRunMap

Class hudson.plugins.testng.results.MethodResult extends BaseResult implements Serializable

Serialized Fields

status

java.lang.String status

description

java.lang.String description

isConfig

boolean isConfig

duration

long duration

exception

MethodResultException exception

startedAt

java.util.Date startedAt

testRunId

java.lang.String testRunId

testUuid

java.lang.String testUuid

Class hudson.plugins.testng.results.MethodResultException extends java.lang.Object implements Serializable

Serialized Fields

exceptionName

java.lang.String exceptionName

message

java.lang.String message

stackTrace

java.lang.String stackTrace

shortStackTrace

java.lang.String shortStackTrace
Deprecated. 

fullStackTrace

java.lang.String fullStackTrace
Deprecated. 

Class hudson.plugins.testng.results.PackageResult extends BaseResult implements Serializable

Serialized Fields

classList

java.util.List<E> classList

duration

long duration

fail

int fail

skip

int skip

total

int total

sortedTestMethodsByStartTime

java.util.List<E> sortedTestMethodsByStartTime

Class hudson.plugins.testng.results.TestResult extends BaseResult implements Serializable

Serialized Fields

owner

hudson.model.AbstractBuild<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> owner

classList

java.util.List<E> classList

Class hudson.plugins.testng.results.TestResults extends BaseResult implements Serializable

serialVersionUID: -3491974223665601995L

Serialized Fields

testList

java.util.List<E> testList

passedTests

java.util.List<E> passedTests

failedTests

java.util.List<E> failedTests

skippedTests

java.util.List<E> skippedTests

failedConfigurationMethods

java.util.List<E> failedConfigurationMethods

skippedConfigurationMethods

java.util.List<E> skippedConfigurationMethods

totalTestCount

int totalTestCount

passedTestCount

int passedTestCount

failedTestCount

int failedTestCount

skippedTestCount

int skippedTestCount

failedConfigurationMethodsCount

int failedConfigurationMethodsCount

skippedConfigurationMethodsCount

int skippedConfigurationMethodsCount

packageMap

java.util.Map<K,V> packageMap



Copyright © 2004-2011. All Rights Reserved.