|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.state.BuildStateDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class BuildStateDTO
Java class for buildState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildState">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="buildConfiguration" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}buildConfiguration"/>
<element name="executionActivity" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}executionActivity" maxOccurs="unbounded"/>
<element name="runtimeEnvironment" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}runtimeEnvironment"/>
<element name="participatingProject" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}mavenProject" maxOccurs="unbounded"/>
<element name="artifact" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}artifact" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ArtifactDTO> |
artifacts
|
protected BuildConfigurationDTO |
buildConfiguration
|
protected List<ExecutionActivityDTO> |
executionActivities
|
protected List<MavenProjectDTO> |
participatingProjects
|
protected RuntimeEnvironmentDTO |
runtimeEnvironment
|
| Constructor Summary | |
|---|---|
BuildStateDTO()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BuildConfigurationDTO buildConfiguration
protected List<ExecutionActivityDTO> executionActivities
protected RuntimeEnvironmentDTO runtimeEnvironment
protected List<MavenProjectDTO> participatingProjects
protected List<ArtifactDTO> artifacts
| Constructor Detail |
|---|
public BuildStateDTO()
| Method Detail |
|---|
public BuildConfigurationDTO getBuildConfiguration()
BuildConfigurationDTOpublic void setBuildConfiguration(BuildConfigurationDTO value)
value - allowed object is
BuildConfigurationDTOpublic List<ExecutionActivityDTO> getExecutionActivities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the executionActivities property.
For example, to add a new item, do as follows:
getExecutionActivities().add(newItem);
Objects of the following type(s) are allowed in the list
ExecutionActivityDTO
public RuntimeEnvironmentDTO getRuntimeEnvironment()
RuntimeEnvironmentDTOpublic void setRuntimeEnvironment(RuntimeEnvironmentDTO value)
value - allowed object is
RuntimeEnvironmentDTOpublic List<MavenProjectDTO> getParticipatingProjects()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the participatingProjects property.
For example, to add a new item, do as follows:
getParticipatingProjects().add(newItem);
Objects of the following type(s) are allowed in the list
MavenProjectDTO
public List<ArtifactDTO> getArtifacts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the artifacts property.
For example, to add a new item, do as follows:
getArtifacts().add(newItem);
Objects of the following type(s) are allowed in the list
ArtifactDTO
public BuildStateDTO withBuildConfiguration(BuildConfigurationDTO value)
public BuildStateDTO withExecutionActivities(ExecutionActivityDTO... values)
public BuildStateDTO withExecutionActivities(Collection<ExecutionActivityDTO> values)
public BuildStateDTO withRuntimeEnvironment(RuntimeEnvironmentDTO value)
public BuildStateDTO withParticipatingProjects(MavenProjectDTO... values)
public BuildStateDTO withParticipatingProjects(Collection<MavenProjectDTO> values)
public BuildStateDTO withArtifacts(ArtifactDTO... values)
public BuildStateDTO withArtifacts(Collection<ArtifactDTO> values)
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 | |||||||||