public class AWSDeviceFarmListViewColumn
extends hudson.views.ListViewColumn
Modifier and Type | Class and Description |
---|---|
static class |
AWSDeviceFarmListViewColumn.DescriptorImpl
The descriptor implementation.
|
Constructor and Description |
---|
AWSDeviceFarmListViewColumn() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnCaption()
Column caption getter.
|
AWSDeviceFarmTestResult |
getPreviousResult(hudson.model.Job job)
Get the AWS Device Farm test run from the most recent build of this job
|
boolean |
shouldDisplay(hudson.model.Job job)
Returns true if the previous job has an AWS Device Farm result with valid tests it should display.
|
@DataBoundConstructor public AWSDeviceFarmListViewColumn()
public boolean shouldDisplay(hudson.model.Job job)
job
- The job to test.public AWSDeviceFarmTestResult getPreviousResult(hudson.model.Job job)
job
- The job to get the previous result of.public String getColumnCaption()
getColumnCaption
in class hudson.views.ListViewColumn
Copyright © 2016–2024. All rights reserved.