- 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
-
- 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.