A C D E F G I J L M O P S T U W X 

A

apiKey - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
 
appArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
AppThwackGraph - Class in org.jenkinsci.plugins.appthwack
Generate stylized graphs for AppThwack results.
AppThwackGraph(AbstractBuild<?, ?>, Boolean, Area, CategoryDataset, String, String, Color...) - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackGraph
 
AppThwackListViewColumn - Class in org.jenkinsci.plugins.appthwack
AppThwack specific column entry to display (pass/warn/fail) result numbers on the Jenkins homepage within the project list view from the most recent run of that project.
AppThwackListViewColumn() - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackListViewColumn
 
AppThwackListViewColumn.DescriptorImpl - Class in org.jenkinsci.plugins.appthwack
 
AppThwackListViewColumn.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackListViewColumn.DescriptorImpl
 
AppThwackProjectAction - Class in org.jenkinsci.plugins.appthwack
AppThwack specific action tied to an Jenkins project.
AppThwackProjectAction(AbstractProject<?, ?>) - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Create new AppThwack project action
AppThwackRecorder - Class in org.jenkinsci.plugins.appthwack
Post-build step for running tests on AppThwack.
AppThwackRecorder(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
AppThwackRecorder.DescriptorImpl - Class in org.jenkinsci.plugins.appthwack
Descriptor for AppThwackRecorder.
AppThwackRecorder.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
 
AppThwackTestResult - Class in org.jenkinsci.plugins.appthwack
Result object which contains high level result information, pass/warn/fail counters, and performance stats for an AppThwack run.
AppThwackTestResult(AbstractBuild<?, ?>, AppThwackRun, AppThwackResult) - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
AppThwackTestResultAction - Class in org.jenkinsci.plugins.appthwack
Action which controls the execution management and results updating for AppThwack runs.
AppThwackTestResultAction(AbstractBuild<?, ?>, PrintStream) - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
 
AppThwackUtils - Class in org.jenkinsci.plugins.appthwack
Contains collection of helper functions for common AppThwack/Jenkins actions.
AppThwackUtils() - Constructor for class org.jenkinsci.plugins.appthwack.AppThwackUtils
 

C

calabashFeatures - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
calabashTags - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Bind descriptor object to capture global plugin settings from 'Manage Jenkins'.
createCpuTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a CPU usage trend graph for recent results.
createDurationTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a duration trend graph for device minutes used for recent results.
createFpsTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a FPS trend graph for recent results.
createFrameDrawTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a frame draw time trend graph for recent results.
createGraph() - Method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Create graph based on the given dataset and constraints.
createMemoryTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a memory usage (KB) trend graph for recent results.
createResultTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a results (pass/warn/fail) trend graph for recent results.
createThreadTrendGraph(AbstractBuild<?, ?>, Boolean, List<AppThwackTestResult>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackGraph
Generate a thread count trend graph for recent results.

D

devicePoolName - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
doCheckApiKey(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user account API key.
doCheckAppArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered artifact for the application.
doCheckCalabashFeatures(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered file path to local Calabash features.
doCheckCalabashTags(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered Calabash tags.
doCheckDevicePoolName(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user selected device pool.
doCheckJunitArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered artifact for JUnit/Robotium test content.
doCheckJunitFilter(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered JUnit/Robotium filter.
doCheckMonkeyArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered MonkeyTalk artifact.
doCheckProjectName(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user selected project.
doCheckType(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user selected type dropdown.
doCheckUiaArtifact(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Validate the user entered UIA artifact.
doCpuGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the average CPU usage for all devices in a test run, for the previous three Jenkins runs.
doDurationGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the number of device minutes used in a test run, for the previous three Jenkins runs.
doFillDevicePoolNameItems(String, String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Populate the device pool drop-down from AppThwack API or local cache.
doFillProjectNameItems(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Populate the project drop-down from the AppThwack API or local cache.
doFpsGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the average frames per second of all devices in a test run, for the previous three Jenkins runs.
doFrameDrawGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the average frame draw times for all devices in a test run, for the previous three Jenkins runs.
doGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Return trend graph of all AppThwack results for this project.
doGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the number of pass/warn/fail results in a test run, for the previous three Jenkins runs.
doIndex(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Serve up AppThwack project page which redirects to the latest test results or 404.
doMemoryGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the average memory usage (KB) used for all devices in a test run, for the previous three Jenkins runs.
doRefresh() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Refresh button clicked, clear the project and device pool caches so the next click on the drop-down will get fresh content from the API.
doThreadGraph(StaplerRequest, StaplerResponse) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Create the graph image for the average number of threads used for all devices in a test run, for the previous three Jenkins runs.
DurationColor - Static variable in class org.jenkinsci.plugins.appthwack.AppThwackGraph
 

E

eventcount - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

F

FailColor - Static variable in class org.jenkinsci.plugins.appthwack.AppThwackGraph
 
findCorrespondingResult(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Returns the AppThwack test result for the given id.
FrameColor - Static variable in class org.jenkinsci.plugins.appthwack.AppThwackGraph
 

G

getApiKey() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
getAppThwackApi() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
Return configured instance of the AppThwackApi using API Key from global configuration.
getAppThwackApi() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
getArtifactFile(FilePath, FilePath, String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
Gets a local File instance of a glob file pattern, pulling it from a slave if necessary.
getBuildResult() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return a Jenkins build result which matches the result status from AppThwack.
getBuildResult() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Returns the Jenkins result which matches the result of this AppThwack run.
getColumnCaption() - Method in class org.jenkinsci.plugins.appthwack.AppThwackListViewColumn
 
getCpuAvg() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getDescriptor() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
getDisplayName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackListViewColumn.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
 
getDisplayName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getDisplayName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
 
getDrawTimeAvg() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getDuration() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return total number of device minutes used by the run which generated this result.
getErrorCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return number of test errors in this result.
getFailByDevice() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return list of test failures group by device.
getFailCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return number of test failures in this result.
getFailCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Returns the number of failed tests for this AppThwack run.
getFpsAvg() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getIconFileName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
 
getIconFileName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
 
getLastBuildAction() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Return the action of last build associated with AppThwack
getLastBuildActions() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Return the action of all previous builds associated with AppThwack
getLastBuildActions(int) - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Return the actions of 'n' previous builds associated with AppThwack
getMemoryAvg() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getOwner() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getOwner() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
 
getParent() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getPassByDevice() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return list of test passes grouped by device.
getPassCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return number of test passes in this result.
getPreviousResult(Job) - Method in class org.jenkinsci.plugins.appthwack.AppThwackListViewColumn
Get the AppThwack test run from the most recent build of this job
getPreviousResult() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return the AppThwack result of the most recent build which contained an AppThwack run.
getPreviousResult() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Returns the most recent AppThwack test action from the previous build.
getPreviousResults(int) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return a list of up to (n) of the most recent/previous AppThwack results.
getPreviousResults() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return a list of all AppThwack results from all builds previous to the build that this result is tied to.
getProject() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Get project associated with this action
getProject() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getProjectActions(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
Return collection of all Jenkins actions to be attached to this project.
getReportUrl() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getRequiredMonitorService() - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
In a concurrent environment, this MUST run after the has completed.
getResult() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Returns a snapshot of the current results for this AppThwack run.
getResultsArchive(AppThwackRun, FilePath) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
Return FilePath within Jenkins run directory where the AppThwack results archive is stored.
getRunId() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getSearchUrl() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getStatus() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getTarget() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Returns a snapshot of the current results for this AppThwack run.
getThreadAvg() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
 
getTotalCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return total number of tests run in this result.
getTotalCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Returns the total number of tests for this AppThwack run.
getUrlName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
 
getUrlName() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
 
getWarnByDevice() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return list of test warnings grouped by device.
getWarnCount() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return number of test warnings in this result.

I

isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder.DescriptorImpl
 
isCompleted() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return true if this result is "completed".
isEmpty() - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResult
Return true if there are no tests for this result, false otherwise.
isType(String) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
Helper method for the jelly view to determine test type.

J

junitArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
junitFilter - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

L

launchdata - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

M

monkeyArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
monkeyseed - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

O

ocunitArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
org.jenkinsci.plugins.appthwack - package org.jenkinsci.plugins.appthwack
 

P

PassColor - Static variable in class org.jenkinsci.plugins.appthwack.AppThwackGraph
 
password - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
previousAppThwackBuild(AbstractProject<?, ?>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackUtils
Returns the most recent build which contained an AppThwack test run.
previousAppThwackBuildAction(AbstractProject<?, ?>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackUtils
Returns the AppThwack test run action from the most recent build.
previousAppThwackBuildResult(Job) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackUtils
Returns the most recent AppThwack test result from the previous build
previousAppThwackBuilds(AbstractProject<?, ?>) - Static method in class org.jenkinsci.plugins.appthwack.AppThwackUtils
Return collection of all previous builds of the given project which contain an AppThwack test run.
projectName - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

S

shouldDisplay(Job) - Method in class org.jenkinsci.plugins.appthwack.AppThwackListViewColumn
Returns true if the previous job has an AppThwack result with valid tests it should display.
shouldDisplayGraph() - Method in class org.jenkinsci.plugins.appthwack.AppThwackProjectAction
Returns true if there are any builds in the associated project.

T

type - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

U

uiaArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
uiautoArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
uiautoFilter - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
username - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 

W

waitForRunCompletion(AppThwackRun) - Method in class org.jenkinsci.plugins.appthwack.AppThwackTestResultAction
Blocking function which periodically polls the given AppThwack run until its completed.
WarnColor - Static variable in class org.jenkinsci.plugins.appthwack.AppThwackGraph
 

X

xctestArtifact - Variable in class org.jenkinsci.plugins.appthwack.AppThwackRecorder
 
A C D E F G I J L M O P S T U W X 

Copyright © 2004-2014. All Rights Reserved.