|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.config.BuildConfigurationDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class BuildConfigurationDTO
Java class for buildConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="buildConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="installationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="goals" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privateRepository" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="privateTmpdir" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pomFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/common}properties" minOccurs="0"/>
<element name="errors" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="verbosity" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}verbosity" minOccurs="0"/>
<element name="offline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="snapshotUpdateMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}snapshotUpdateMode" minOccurs="0"/>
<element name="profile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="checksumMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}checksumMode" minOccurs="0"/>
<element name="failMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}failMode" minOccurs="0"/>
<element name="makeMode" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/config}makeMode" minOccurs="0"/>
<element name="project" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="resumeFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="threading" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mavenOpts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="settingsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="globalSettingsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="toolChainsId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ChecksumModeDTO |
checksumMode
|
protected Boolean |
errors
|
protected FailModeDTO |
failMode
|
protected String |
globalSettingsId
|
protected String |
goals
|
protected String |
installationId
|
protected MakeModeDTO |
makeMode
|
protected String |
mavenOpts
|
protected Boolean |
offline
|
protected String |
pomFile
|
protected Boolean |
privateRepository
|
protected Boolean |
privateTmpdir
|
protected List<String> |
profiles
|
protected List<String> |
projects
|
protected PropertiesDTO |
properties
|
protected Boolean |
recursive
|
protected String |
resumeFrom
|
protected String |
settingsId
|
protected SnapshotUpdateModeDTO |
snapshotUpdateMode
|
protected String |
threading
|
protected String |
toolChainsId
|
protected VerbosityDTO |
verbosity
|
| Constructor Summary | |
|---|---|
BuildConfigurationDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ChecksumModeDTO |
getChecksumMode()
Gets the value of the checksumMode property. |
Boolean |
getErrors()
Gets the value of the errors property. |
FailModeDTO |
getFailMode()
Gets the value of the failMode property. |
String |
getGlobalSettingsId()
Gets the value of the globalSettingsId property. |
String |
getGoals()
Gets the value of the goals property. |
String |
getInstallationId()
Gets the value of the installationId property. |
MakeModeDTO |
getMakeMode()
Gets the value of the makeMode property. |
String |
getMavenOpts()
Gets the value of the mavenOpts property. |
Boolean |
getOffline()
Gets the value of the offline property. |
String |
getPomFile()
Gets the value of the pomFile property. |
Boolean |
getPrivateRepository()
Gets the value of the privateRepository property. |
Boolean |
getPrivateTmpdir()
Gets the value of the privateTmpdir property. |
List<String> |
getProfiles()
Gets the value of the profiles property. |
List<String> |
getProjects()
Gets the value of the projects property. |
PropertiesDTO |
getProperties()
Gets the value of the properties property. |
Boolean |
getRecursive()
Gets the value of the recursive property. |
String |
getResumeFrom()
Gets the value of the resumeFrom property. |
String |
getSettingsId()
Gets the value of the settingsId property. |
SnapshotUpdateModeDTO |
getSnapshotUpdateMode()
Gets the value of the snapshotUpdateMode property. |
String |
getThreading()
Gets the value of the threading property. |
String |
getToolChainsId()
Gets the value of the toolChainsId property. |
VerbosityDTO |
getVerbosity()
Gets the value of the verbosity property. |
int |
hashCode()
|
void |
setChecksumMode(ChecksumModeDTO value)
Sets the value of the checksumMode property. |
void |
setErrors(Boolean value)
Sets the value of the errors property. |
void |
setFailMode(FailModeDTO value)
Sets the value of the failMode property. |
void |
setGlobalSettingsId(String value)
Sets the value of the globalSettingsId property. |
void |
setGoals(String value)
Sets the value of the goals property. |
void |
setInstallationId(String value)
Sets the value of the installationId property. |
void |
setMakeMode(MakeModeDTO value)
Sets the value of the makeMode property. |
void |
setMavenOpts(String value)
Sets the value of the mavenOpts property. |
void |
setOffline(Boolean value)
Sets the value of the offline property. |
void |
setPomFile(String value)
Sets the value of the pomFile property. |
void |
setPrivateRepository(Boolean value)
Sets the value of the privateRepository property. |
void |
setPrivateTmpdir(Boolean value)
Sets the value of the privateTmpdir property. |
void |
setProperties(PropertiesDTO value)
Sets the value of the properties property. |
void |
setRecursive(Boolean value)
Sets the value of the recursive property. |
void |
setResumeFrom(String value)
Sets the value of the resumeFrom property. |
void |
setSettingsId(String value)
Sets the value of the settingsId property. |
void |
setSnapshotUpdateMode(SnapshotUpdateModeDTO value)
Sets the value of the snapshotUpdateMode property. |
void |
setThreading(String value)
Sets the value of the threading property. |
void |
setToolChainsId(String value)
Sets the value of the toolChainsId property. |
void |
setVerbosity(VerbosityDTO value)
Sets the value of the verbosity property. |
BuildConfigurationDTO |
withChecksumMode(ChecksumModeDTO value)
|
BuildConfigurationDTO |
withErrors(Boolean value)
|
BuildConfigurationDTO |
withFailMode(FailModeDTO value)
|
BuildConfigurationDTO |
withGlobalSettingsId(String value)
|
BuildConfigurationDTO |
withGoals(String value)
|
BuildConfigurationDTO |
withInstallationId(String value)
|
BuildConfigurationDTO |
withMakeMode(MakeModeDTO value)
|
BuildConfigurationDTO |
withMavenOpts(String value)
|
BuildConfigurationDTO |
withOffline(Boolean value)
|
BuildConfigurationDTO |
withPomFile(String value)
|
BuildConfigurationDTO |
withPrivateRepository(Boolean value)
|
BuildConfigurationDTO |
withPrivateTmpdir(Boolean value)
|
BuildConfigurationDTO |
withProfiles(Collection<String> values)
|
BuildConfigurationDTO |
withProfiles(String... values)
|
BuildConfigurationDTO |
withProjects(Collection<String> values)
|
BuildConfigurationDTO |
withProjects(String... values)
|
BuildConfigurationDTO |
withProperties(PropertiesDTO value)
|
BuildConfigurationDTO |
withRecursive(Boolean value)
|
BuildConfigurationDTO |
withResumeFrom(String value)
|
BuildConfigurationDTO |
withSettingsId(String value)
|
BuildConfigurationDTO |
withSnapshotUpdateMode(SnapshotUpdateModeDTO value)
|
BuildConfigurationDTO |
withThreading(String value)
|
BuildConfigurationDTO |
withToolChainsId(String value)
|
BuildConfigurationDTO |
withVerbosity(VerbosityDTO value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String installationId
protected String goals
protected Boolean privateRepository
protected Boolean privateTmpdir
protected String pomFile
protected PropertiesDTO properties
protected Boolean errors
protected VerbosityDTO verbosity
protected Boolean offline
protected SnapshotUpdateModeDTO snapshotUpdateMode
protected List<String> profiles
protected Boolean recursive
protected ChecksumModeDTO checksumMode
protected FailModeDTO failMode
protected MakeModeDTO makeMode
protected List<String> projects
protected String resumeFrom
protected String threading
protected String mavenOpts
protected String settingsId
protected String globalSettingsId
protected String toolChainsId
| Constructor Detail |
|---|
public BuildConfigurationDTO()
| Method Detail |
|---|
public String getInstallationId()
Stringpublic void setInstallationId(String value)
value - allowed object is
Stringpublic String getGoals()
Stringpublic void setGoals(String value)
value - allowed object is
Stringpublic Boolean getPrivateRepository()
Booleanpublic void setPrivateRepository(Boolean value)
value - allowed object is
Booleanpublic Boolean getPrivateTmpdir()
Booleanpublic void setPrivateTmpdir(Boolean value)
value - allowed object is
Booleanpublic String getPomFile()
Stringpublic void setPomFile(String value)
value - allowed object is
Stringpublic PropertiesDTO getProperties()
PropertiesDTOpublic void setProperties(PropertiesDTO value)
value - allowed object is
PropertiesDTOpublic Boolean getErrors()
Booleanpublic void setErrors(Boolean value)
value - allowed object is
Booleanpublic VerbosityDTO getVerbosity()
VerbosityDTOpublic void setVerbosity(VerbosityDTO value)
value - allowed object is
VerbosityDTOpublic Boolean getOffline()
Booleanpublic void setOffline(Boolean value)
value - allowed object is
Booleanpublic SnapshotUpdateModeDTO getSnapshotUpdateMode()
SnapshotUpdateModeDTOpublic void setSnapshotUpdateMode(SnapshotUpdateModeDTO value)
value - allowed object is
SnapshotUpdateModeDTOpublic List<String> getProfiles()
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 profiles property.
For example, to add a new item, do as follows:
getProfiles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean getRecursive()
Booleanpublic void setRecursive(Boolean value)
value - allowed object is
Booleanpublic ChecksumModeDTO getChecksumMode()
ChecksumModeDTOpublic void setChecksumMode(ChecksumModeDTO value)
value - allowed object is
ChecksumModeDTOpublic FailModeDTO getFailMode()
FailModeDTOpublic void setFailMode(FailModeDTO value)
value - allowed object is
FailModeDTOpublic MakeModeDTO getMakeMode()
MakeModeDTOpublic void setMakeMode(MakeModeDTO value)
value - allowed object is
MakeModeDTOpublic List<String> getProjects()
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 projects property.
For example, to add a new item, do as follows:
getProjects().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getResumeFrom()
Stringpublic void setResumeFrom(String value)
value - allowed object is
Stringpublic String getThreading()
Stringpublic void setThreading(String value)
value - allowed object is
Stringpublic String getMavenOpts()
Stringpublic void setMavenOpts(String value)
value - allowed object is
Stringpublic String getSettingsId()
Stringpublic void setSettingsId(String value)
value - allowed object is
Stringpublic String getGlobalSettingsId()
Stringpublic void setGlobalSettingsId(String value)
value - allowed object is
Stringpublic String getToolChainsId()
Stringpublic void setToolChainsId(String value)
value - allowed object is
Stringpublic BuildConfigurationDTO withInstallationId(String value)
public BuildConfigurationDTO withGoals(String value)
public BuildConfigurationDTO withPrivateRepository(Boolean value)
public BuildConfigurationDTO withPrivateTmpdir(Boolean value)
public BuildConfigurationDTO withPomFile(String value)
public BuildConfigurationDTO withProperties(PropertiesDTO value)
public BuildConfigurationDTO withErrors(Boolean value)
public BuildConfigurationDTO withVerbosity(VerbosityDTO value)
public BuildConfigurationDTO withOffline(Boolean value)
public BuildConfigurationDTO withSnapshotUpdateMode(SnapshotUpdateModeDTO value)
public BuildConfigurationDTO withProfiles(String... values)
public BuildConfigurationDTO withProfiles(Collection<String> values)
public BuildConfigurationDTO withRecursive(Boolean value)
public BuildConfigurationDTO withChecksumMode(ChecksumModeDTO value)
public BuildConfigurationDTO withFailMode(FailModeDTO value)
public BuildConfigurationDTO withMakeMode(MakeModeDTO value)
public BuildConfigurationDTO withProjects(String... values)
public BuildConfigurationDTO withProjects(Collection<String> values)
public BuildConfigurationDTO withResumeFrom(String value)
public BuildConfigurationDTO withThreading(String value)
public BuildConfigurationDTO withMavenOpts(String value)
public BuildConfigurationDTO withSettingsId(String value)
public BuildConfigurationDTO withGlobalSettingsId(String value)
public BuildConfigurationDTO withToolChainsId(String 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 | |||||||||