public class BuildExecution extends Object
| Constructor and Description |
|---|
BuildExecution(hudson.model.Run build,
int buildIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
hudson.model.Run<?,?> |
getBuild() |
int |
getBuildIndex() |
String |
getBuildUrl() |
int |
getDisplayColumn() |
int |
getDisplayRow() |
String |
getId() |
String |
getStartTime() |
int |
hashCode() |
boolean |
isStarted() |
void |
setDisplayColumn(int displayColumn) |
void |
setDisplayRow(int displayRow) |
String |
toString() |
public String getId()
public String getBuildUrl()
public String getStartTime()
public boolean isStarted()
public hudson.model.Run<?,?> getBuild()
public int getBuildIndex()
public int getDisplayColumn()
public int getDisplayRow()
public void setDisplayColumn(int displayColumn)
public void setDisplayRow(int displayRow)
Copyright © 2004-2013. All Rights Reserved.