@ExportedBean(defaultVisibility=100) public class Component extends GenericComponent
VISIBILITY
Constructor and Description |
---|
Component(String name,
String firstJob,
String firstJobUrl,
boolean firstJobParameterized,
int noOfPipelines,
boolean pagingEnabled,
int componentNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getComponentNumber() |
int |
getCurrentPage() |
String |
getFirstJob() |
String |
getFirstJobUrl() |
PipelinePagination |
getPagination() |
String |
getPagingData() |
List<Pipeline> |
getPipelines() |
int |
getTotalNoOfPipelines() |
boolean |
isFirstJobParameterized() |
boolean |
isFullScreenView() |
void |
setPipelines(List<Pipeline> pipelines) |
void |
setTotalNoOfPipelines(int totalNoOfPipelines) |
String |
toString() |
getLastActivity
getName
@Exported public List<Pipeline> getPipelines()
getPipelines
in class GenericComponent
@Exported public String getFirstJob()
@Exported public String getFirstJobUrl()
@Exported public boolean isFirstJobParameterized()
@Exported public String getPagingData()
public int getTotalNoOfPipelines()
public PipelinePagination getPagination()
public int getCurrentPage()
public boolean isFullScreenView()
@Exported public int getComponentNumber()
public void setTotalNoOfPipelines(int totalNoOfPipelines)
Copyright © 2016–2020 Diabol AB. All rights reserved.