public class BuildCause extends Object
| Constructor and Description |
|---|
BuildCause() |
| Modifier and Type | Method and Description |
|---|---|
CauseType |
getCauseType() |
String |
getShortDescription() |
UpstreamBuild |
getUpstreamBuild() |
String |
getUserName() |
void |
setCauseType(CauseType causeType) |
void |
setShortDescription(String shortDescription) |
void |
setUpstreamBuild(UpstreamBuild upstreamBuild) |
void |
setUserName(String userName) |
public CauseType getCauseType()
public void setCauseType(CauseType causeType)
public UpstreamBuild getUpstreamBuild()
public void setUpstreamBuild(UpstreamBuild upstreamBuild)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getUserName()
public void setUserName(String userName)
Copyright © 2004-2012. All Rights Reserved.