public class UpDownStreamViewColumn
extends hudson.views.ListViewColumn
| Modifier and Type | Field and Description |
|---|---|
static hudson.model.Descriptor<hudson.views.ListViewColumn> |
DESCRIPTOR |
static int |
DOWNSTREAM |
static String |
NOT_AVAILABLE |
static int |
UPSTREAM |
| Constructor and Description |
|---|
UpDownStreamViewColumn() |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<hudson.views.ListViewColumn> |
getDescriptor() |
String |
getStreamInfo(hudson.model.Job job,
int streamType,
String rootUrl)
This method will returns the HTML representation of the
Upstream/Downstream jobs for the particular master job.
|
public static final int UPSTREAM
public static final int DOWNSTREAM
public static final String NOT_AVAILABLE
@Extension public static final hudson.model.Descriptor<hudson.views.ListViewColumn> DESCRIPTOR
public String getStreamInfo(hudson.model.Job job, int streamType, String rootUrl)
public hudson.model.Descriptor<hudson.views.ListViewColumn> getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.views.ListViewColumn>getDescriptor in class hudson.views.ListViewColumnCopyright © 2004-2015. All Rights Reserved.