|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.rest.model.build.BuildEventDTO
public class BuildEventDTO
Java class for buildEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildEvent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://hudson-ci.org/xsd/hudson/2.1.0/rest/build}buildEventType"/>
<element name="projectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="buildNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
buildNumber
|
protected String |
projectName
|
protected BuildEventTypeDTO |
type
|
| Constructor Summary | |
|---|---|
BuildEventDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getBuildNumber()
Gets the value of the buildNumber property. |
String |
getProjectName()
Gets the value of the projectName property. |
BuildEventTypeDTO |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
setBuildNumber(int value)
Sets the value of the buildNumber property. |
void |
setProjectName(String value)
Sets the value of the projectName property. |
void |
setType(BuildEventTypeDTO value)
Sets the value of the type property. |
BuildEventDTO |
withBuildNumber(int value)
|
BuildEventDTO |
withProjectName(String value)
|
BuildEventDTO |
withType(BuildEventTypeDTO value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BuildEventTypeDTO type
protected String projectName
protected int buildNumber
| Constructor Detail |
|---|
public BuildEventDTO()
| Method Detail |
|---|
public BuildEventTypeDTO getType()
BuildEventTypeDTOpublic void setType(BuildEventTypeDTO value)
value - allowed object is
BuildEventTypeDTOpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic int getBuildNumber()
public void setBuildNumber(int value)
public BuildEventDTO withType(BuildEventTypeDTO value)
public BuildEventDTO withProjectName(String value)
public BuildEventDTO withBuildNumber(int value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||