run;
- /**
- * Gets the value of the run property.
- *
- *
- * 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 run property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getRun().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonMatrixMatrixRun }
- *
- *
- */
- public List getRun() {
- if (run == null) {
- run = new ArrayList();
- }
- return this.run;
- }
+ /**
+ * Gets the value of the run property.
+ *
+ * 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 run property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getRun().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonMatrixMatrixRun }
+ */
+ public List getRun() {
+ if (run == null) {
+ run = new ArrayList();
+ }
+ return this.run;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java
index c0f73bc..18eac54 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.matrix.MatrixConfiguration complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.matrix.MatrixConfiguration complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.matrix.MatrixConfiguration">
@@ -36,15 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.matrix.MatrixConfiguration")
@SuppressWarnings("all")
-public class HudsonMatrixMatrixConfiguration
- extends HudsonModelProject
-{
-
+public class HudsonMatrixMatrixConfiguration extends HudsonModelProject {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java
index 2d080f5..13e9b6a 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.matrix.MatrixProject complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.matrix.MatrixProject complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.matrix.MatrixProject">
@@ -39,47 +39,34 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.matrix.MatrixProject", propOrder = {
- "activeConfiguration"
-})
+@XmlType(name = "hudson.matrix.MatrixProject", propOrder = { "activeConfiguration" })
@SuppressWarnings("all")
-public class HudsonMatrixMatrixProject
- extends HudsonModelAbstractProject
-{
+public class HudsonMatrixMatrixProject extends HudsonModelAbstractProject {
- protected List activeConfiguration;
+ protected List activeConfiguration;
- /**
- * Gets the value of the activeConfiguration property.
- *
- *
- * 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 activeConfiguration property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getActiveConfiguration().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonMatrixMatrixConfiguration }
- *
- *
- */
- public List getActiveConfiguration() {
- if (activeConfiguration == null) {
- activeConfiguration = new ArrayList();
- }
- return this.activeConfiguration;
- }
+ /**
+ * Gets the value of the activeConfiguration property.
+ *
+ * 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 activeConfiguration property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getActiveConfiguration().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonMatrixMatrixConfiguration }
+ */
+ public List getActiveConfiguration() {
+ if (activeConfiguration == null) {
+ activeConfiguration = new ArrayList();
+ }
+ return this.activeConfiguration;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java
index 6b1a2b9..bdb51b4 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.matrix.MatrixRun complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.matrix.MatrixRun complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.matrix.MatrixRun">
@@ -36,15 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.matrix.MatrixRun")
@SuppressWarnings("all")
-public class HudsonMatrixMatrixRun
- extends HudsonModelBuild
-{
-
+public class HudsonMatrixMatrixRun extends HudsonModelBuild {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java
index 438e79c..cc34354 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.maven.AbstractMavenBuild complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.maven.AbstractMavenBuild complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.maven.AbstractMavenBuild">
@@ -37,18 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.maven.AbstractMavenBuild")
-@XmlSeeAlso({
- HudsonMavenMavenModuleSetBuild.class
-})
+@XmlSeeAlso({ HudsonMavenMavenModuleSetBuild.class })
@SuppressWarnings("all")
-public class HudsonMavenAbstractMavenBuild
- extends HudsonModelAbstractBuild
-{
-
+public class HudsonMavenAbstractMavenBuild extends HudsonModelAbstractBuild {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java
index fcd822a..e49efc5 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.maven.MavenModuleSetBuild complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.maven.MavenModuleSetBuild complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.maven.MavenModuleSetBuild">
@@ -36,15 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.maven.MavenModuleSetBuild")
@SuppressWarnings("all")
-public class HudsonMavenMavenModuleSetBuild
- extends HudsonMavenAbstractMavenBuild
-{
-
+public class HudsonMavenMavenModuleSetBuild extends HudsonMavenAbstractMavenBuild {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java
index 9a0c6e8..8461ff8 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.maven.reporters.SurefireAggregatedReport complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.maven.reporters.SurefireAggregatedReport complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.maven.reporters.SurefireAggregatedReport">
@@ -36,15 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.maven.reporters.SurefireAggregatedReport")
@SuppressWarnings("all")
-public class HudsonMavenReportersSurefireAggregatedReport
- extends HudsonTasksTestAggregatedTestResultAction
-{
-
+public class HudsonMavenReportersSurefireAggregatedReport extends HudsonTasksTestAggregatedTestResultAction {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java
index f9c0254..ee98197 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.AbstractBuild complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.AbstractBuild complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.AbstractBuild">
@@ -41,99 +41,76 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.AbstractBuild", propOrder = {
- "builtOn",
- "changeSet",
- "culprit"
-})
+@XmlType(name = "hudson.model.AbstractBuild", propOrder = { "builtOn", "changeSet", "culprit" })
@SuppressWarnings("all")
-public class HudsonModelAbstractBuild
- extends HudsonModelRun
-{
+public class HudsonModelAbstractBuild extends HudsonModelRun {
+
+ protected String builtOn;
+
+ protected HudsonScmChangeLogSet changeSet;
- protected String builtOn;
- protected HudsonScmChangeLogSet changeSet;
- protected List culprit;
+ protected List culprit;
- /**
- * Gets the value of the builtOn property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getBuiltOn() {
- return builtOn;
- }
+ /**
+ * Gets the value of the builtOn property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getBuiltOn() {
+ return builtOn;
+ }
- /**
- * Sets the value of the builtOn property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setBuiltOn(String value) {
- this.builtOn = value;
- }
+ /**
+ * Sets the value of the builtOn property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setBuiltOn(String value) {
+ this.builtOn = value;
+ }
- /**
- * Gets the value of the changeSet property.
- *
- * @return
- * possible object is
- * {@link HudsonScmChangeLogSet }
- *
- */
- public HudsonScmChangeLogSet getChangeSet() {
- return changeSet;
- }
+ /**
+ * Gets the value of the changeSet property.
+ *
+ * @return possible object is {@link HudsonScmChangeLogSet }
+ */
+ public HudsonScmChangeLogSet getChangeSet() {
+ return changeSet;
+ }
- /**
- * Sets the value of the changeSet property.
- *
- * @param value
- * allowed object is
- * {@link HudsonScmChangeLogSet }
- *
- */
- public void setChangeSet(HudsonScmChangeLogSet value) {
- this.changeSet = value;
- }
+ /**
+ * Sets the value of the changeSet property.
+ *
+ * @param value
+ * allowed object is {@link HudsonScmChangeLogSet }
+ */
+ public void setChangeSet(HudsonScmChangeLogSet value) {
+ this.changeSet = value;
+ }
- /**
- * Gets the value of the culprit property.
- *
- *
- * 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 culprit property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCulprit().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelUser }
- *
- *
- */
- public List getCulprit() {
- if (culprit == null) {
- culprit = new ArrayList();
- }
- return this.culprit;
- }
+ /**
+ * Gets the value of the culprit property.
+ *
+ * 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 culprit property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getCulprit().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelUser }
+ */
+ public List getCulprit() {
+ if (culprit == null) {
+ culprit = new ArrayList();
+ }
+ return this.culprit;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java
index 9f11413..560b662 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.AbstractItem complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.AbstractItem complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.AbstractItem">
@@ -41,123 +41,95 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.AbstractItem", propOrder = {
- "description",
- "displayName",
- "name",
- "url"
-})
-@XmlSeeAlso({
- HudsonModelJob.class
-})
+@XmlType(name = "hudson.model.AbstractItem", propOrder = { "description", "displayName", "name", "url" })
+@XmlSeeAlso({ HudsonModelJob.class })
@SuppressWarnings("all")
-public class HudsonModelAbstractItem
- extends HudsonModelActionable
-{
-
- protected String description;
- protected String displayName;
- protected String name;
- protected String url;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the displayName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDisplayName() {
- return displayName;
- }
-
- /**
- * Sets the value of the displayName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDisplayName(String value) {
- this.displayName = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the url property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUrl() {
- return url;
- }
-
- /**
- * Sets the value of the url property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUrl(String value) {
- this.url = value;
- }
+public class HudsonModelAbstractItem extends HudsonModelActionable {
+
+ protected String description;
+
+ protected String displayName;
+
+ protected String name;
+
+ protected String url;
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+ /**
+ * Gets the value of the displayName property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDisplayName() {
+ return displayName;
+ }
+
+ /**
+ * Sets the value of the displayName property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDisplayName(String value) {
+ this.displayName = value;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the url property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getUrl() {
+ return url;
+ }
+
+ /**
+ * Sets the value of the url property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setUrl(String value) {
+ this.url = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java
index 620cf2e..59800b3 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.AbstractProject complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.AbstractProject complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.AbstractProject">
@@ -43,125 +43,97 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.AbstractProject", propOrder = {
- "concurrentBuild",
- "downstreamProject",
- "scm",
- "upstreamProject"
-})
-@XmlSeeAlso({
- HudsonModelProject.class
-})
+@XmlType(name = "hudson.model.AbstractProject", propOrder = { "concurrentBuild", "downstreamProject", "scm",
+ "upstreamProject" })
+@XmlSeeAlso({ HudsonModelProject.class })
@SuppressWarnings("all")
-public class HudsonModelAbstractProject
- extends HudsonModelJob
-{
+public class HudsonModelAbstractProject extends HudsonModelJob {
+
+ protected boolean concurrentBuild;
+
+ protected List downstreamProject;
+
+ protected HudsonScmSCM scm;
- protected boolean concurrentBuild;
- protected List downstreamProject;
- protected HudsonScmSCM scm;
- protected List upstreamProject;
+ protected List upstreamProject;
- /**
- * Gets the value of the concurrentBuild property.
- *
- */
- public boolean isConcurrentBuild() {
- return concurrentBuild;
- }
+ /**
+ * Gets the value of the concurrentBuild property.
+ */
+ public boolean isConcurrentBuild() {
+ return concurrentBuild;
+ }
- /**
- * Sets the value of the concurrentBuild property.
- *
- */
- public void setConcurrentBuild(boolean value) {
- this.concurrentBuild = value;
- }
+ /**
+ * Sets the value of the concurrentBuild property.
+ */
+ public void setConcurrentBuild(boolean value) {
+ this.concurrentBuild = value;
+ }
- /**
- * Gets the value of the downstreamProject property.
- *
- *
- * 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 downstreamProject property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getDownstreamProject().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelAbstractProject }
- *
- *
- */
- public List getDownstreamProject() {
- if (downstreamProject == null) {
- downstreamProject = new ArrayList();
- }
- return this.downstreamProject;
- }
+ /**
+ * Gets the value of the downstreamProject property.
+ *
+ * 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 downstreamProject property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getDownstreamProject().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelAbstractProject }
+ */
+ public List getDownstreamProject() {
+ if (downstreamProject == null) {
+ downstreamProject = new ArrayList();
+ }
+ return this.downstreamProject;
+ }
- /**
- * Gets the value of the scm property.
- *
- * @return
- * possible object is
- * {@link HudsonScmSCM }
- *
- */
- public HudsonScmSCM getScm() {
- return scm;
- }
+ /**
+ * Gets the value of the scm property.
+ *
+ * @return possible object is {@link HudsonScmSCM }
+ */
+ public HudsonScmSCM getScm() {
+ return scm;
+ }
- /**
- * Sets the value of the scm property.
- *
- * @param value
- * allowed object is
- * {@link HudsonScmSCM }
- *
- */
- public void setScm(HudsonScmSCM value) {
- this.scm = value;
- }
+ /**
+ * Sets the value of the scm property.
+ *
+ * @param value
+ * allowed object is {@link HudsonScmSCM }
+ */
+ public void setScm(HudsonScmSCM value) {
+ this.scm = value;
+ }
- /**
- * Gets the value of the upstreamProject property.
- *
- *
- * 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 upstreamProject property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getUpstreamProject().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelAbstractProject }
- *
- *
- */
- public List getUpstreamProject() {
- if (upstreamProject == null) {
- upstreamProject = new ArrayList();
- }
- return this.upstreamProject;
- }
+ /**
+ * Gets the value of the upstreamProject property.
+ *
+ * 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 upstreamProject property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getUpstreamProject().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelAbstractProject }
+ */
+ public List getUpstreamProject() {
+ if (upstreamProject == null) {
+ upstreamProject = new ArrayList();
+ }
+ return this.upstreamProject;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java
index b6ac28a..173812d 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelActionable.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Actionable complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Actionable complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Actionable">
@@ -40,48 +40,35 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Actionable", propOrder = {
- "action"
-})
-@XmlSeeAlso({
- HudsonModelRun.class
-})
+@XmlType(name = "hudson.model.Actionable", propOrder = { "action" })
+@XmlSeeAlso({ HudsonModelRun.class })
@SuppressWarnings("all")
public class HudsonModelActionable {
- protected List action;
+ protected List action;
- /**
- * Gets the value of the action property.
- *
- *
- * 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 action property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAction().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getAction() {
- if (action == null) {
- action = new ArrayList();
- }
- return this.action;
- }
+ /**
+ * Gets the value of the action property.
+ *
+ * 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 action property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getAction().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link Object }
+ */
+ public List getAction() {
+ if (action == null) {
+ action = new ArrayList();
+ }
+ return this.action;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java
index 54a74a8..e2bfdba 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBallColor.java
@@ -20,12 +20,13 @@
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.BallColor.
- *
- *
The following schema fragment specifies the expected content contained within this class.
*
+ * Java class for hudson.model.BallColor.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
*
* <simpleType name="hudson.model.BallColor">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
@@ -46,7 +47,6 @@
* </restriction>
* </simpleType>
*
- *
*/
@XmlType(name = "hudson.model.BallColor")
@XmlEnum
@@ -54,37 +54,23 @@
public enum HudsonModelBallColor {
@XmlEnumValue("red")
- RED("red"),
- @XmlEnumValue("red_anime")
- RED_ANIME("red_anime"),
- @XmlEnumValue("yellow")
- YELLOW("yellow"),
- @XmlEnumValue("yellow_anime")
- YELLOW_ANIME("yellow_anime"),
- @XmlEnumValue("blue")
- BLUE("blue"),
- @XmlEnumValue("blue_anime")
- BLUE_ANIME("blue_anime"),
- @XmlEnumValue("grey")
- GREY("grey"),
- @XmlEnumValue("grey_anime")
- GREY_ANIME("grey_anime"),
- @XmlEnumValue("disabled")
- DISABLED("disabled"),
- @XmlEnumValue("disabled_anime")
- DISABLED_ANIME("disabled_anime"),
- @XmlEnumValue("aborted")
- ABORTED("aborted"),
- @XmlEnumValue("aborted_anime")
- ABORTED_ANIME("aborted_anime"),
- @XmlEnumValue("green")
- GREEN("green"),
- @XmlEnumValue("green_anime")
- GREEN_ANIME("green_anime"),
- @XmlEnumValue("notbuilt")
- NOTBUILT("notbuilt"),
- @XmlEnumValue("notbuilt_anime")
+ RED("red"), @XmlEnumValue("red_anime")
+ RED_ANIME("red_anime"), @XmlEnumValue("yellow")
+ YELLOW("yellow"), @XmlEnumValue("yellow_anime")
+ YELLOW_ANIME("yellow_anime"), @XmlEnumValue("blue")
+ BLUE("blue"), @XmlEnumValue("blue_anime")
+ BLUE_ANIME("blue_anime"), @XmlEnumValue("grey")
+ GREY("grey"), @XmlEnumValue("grey_anime")
+ GREY_ANIME("grey_anime"), @XmlEnumValue("disabled")
+ DISABLED("disabled"), @XmlEnumValue("disabled_anime")
+ DISABLED_ANIME("disabled_anime"), @XmlEnumValue("aborted")
+ ABORTED("aborted"), @XmlEnumValue("aborted_anime")
+ ABORTED_ANIME("aborted_anime"), @XmlEnumValue("green")
+ GREEN("green"), @XmlEnumValue("green_anime")
+ GREEN_ANIME("green_anime"), @XmlEnumValue("notbuilt")
+ NOTBUILT("notbuilt"), @XmlEnumValue("notbuilt_anime")
NOTBUILT_ANIME("notbuilt_anime");
+
private final String value;
HudsonModelBallColor(String v) {
@@ -96,7 +82,7 @@ public String value() {
}
public static HudsonModelBallColor fromValue(String v) {
- for (HudsonModelBallColor c: HudsonModelBallColor.values()) {
+ for (HudsonModelBallColor c : HudsonModelBallColor.values()) {
if (c.value.equals(v)) {
return c;
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java
index d0186d1..ef91301 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelBuild.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Build complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Build complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Build">
@@ -37,18 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.model.Build")
-@XmlSeeAlso({
- HudsonModelFreeStyleBuild.class
-})
+@XmlSeeAlso({ HudsonModelFreeStyleBuild.class })
@SuppressWarnings("all")
-public class HudsonModelBuild
- extends HudsonModelAbstractBuild
-{
-
+public class HudsonModelBuild extends HudsonModelAbstractBuild {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java
index 8b4602f..9b1f7bb 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleBuild.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.FreeStyleBuild complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.FreeStyleBuild complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.FreeStyleBuild">
@@ -36,15 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.model.FreeStyleBuild")
@SuppressWarnings("all")
-public class HudsonModelFreeStyleBuild
- extends HudsonModelBuild
-{
-
+public class HudsonModelFreeStyleBuild extends HudsonModelBuild {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java
index e95603a..824a6da 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelFreeStyleProject.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.FreeStyleProject complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.FreeStyleProject complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.FreeStyleProject">
@@ -36,15 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.model.FreeStyleProject")
@SuppressWarnings("all")
-public class HudsonModelFreeStyleProject
- extends HudsonModelProject
-{
-
+public class HudsonModelFreeStyleProject extends HudsonModelProject {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java
index 39f8ea2..d5ebbf2 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHealthReport.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.HealthReport complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.HealthReport complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.HealthReport">
@@ -39,84 +39,68 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.HealthReport", propOrder = {
- "description",
- "iconUrl",
- "score"
-})
+@XmlType(name = "hudson.model.HealthReport", propOrder = { "description", "iconUrl", "score" })
@SuppressWarnings("all")
public class HudsonModelHealthReport {
- protected String description;
- protected String iconUrl;
- protected int score;
+ protected String description;
+
+ protected String iconUrl;
+
+ protected int score;
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
- /**
- * Gets the value of the iconUrl property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getIconUrl() {
- return iconUrl;
- }
+ /**
+ * Gets the value of the iconUrl property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getIconUrl() {
+ return iconUrl;
+ }
- /**
- * Sets the value of the iconUrl property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setIconUrl(String value) {
- this.iconUrl = value;
- }
+ /**
+ * Sets the value of the iconUrl property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setIconUrl(String value) {
+ this.iconUrl = value;
+ }
- /**
- * Gets the value of the score property.
- *
- */
- public int getScore() {
- return score;
- }
+ /**
+ * Gets the value of the score property.
+ */
+ public int getScore() {
+ return score;
+ }
- /**
- * Sets the value of the score property.
- *
- */
- public void setScore(int value) {
- this.score = value;
- }
+ /**
+ * Sets the value of the score property.
+ */
+ public void setScore(int value) {
+ this.score = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java
index 226f7f2..d6b197e 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelHudson.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Hudson complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Hudson complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Hudson">
@@ -46,210 +46,170 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Hudson", propOrder = {
- "description",
- "job",
- "overallLoad",
- "primaryView",
- "slaveAgentPort",
- "useCrumbs",
- "useSecurity",
- "view"
-})
+@XmlType(name = "hudson.model.Hudson", propOrder = { "description", "job", "overallLoad", "primaryView",
+ "slaveAgentPort", "useCrumbs", "useSecurity", "view" })
@SuppressWarnings("all")
-public class HudsonModelHudson
- extends HudsonModelNode
-{
-
- protected String description;
- protected List job;
- protected HudsonModelOverallLoadStatistics overallLoad;
- protected HudsonModelView primaryView;
- protected int slaveAgentPort;
- protected boolean useCrumbs;
- protected boolean useSecurity;
- protected List view;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the job property.
- *
- *
- * 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 job property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getJob().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getJob() {
- if (job == null) {
- job = new ArrayList();
- }
- return this.job;
- }
-
- /**
- * Gets the value of the overallLoad property.
- *
- * @return
- * possible object is
- * {@link HudsonModelOverallLoadStatistics }
- *
- */
- public HudsonModelOverallLoadStatistics getOverallLoad() {
- return overallLoad;
- }
-
- /**
- * Sets the value of the overallLoad property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelOverallLoadStatistics }
- *
- */
- public void setOverallLoad(HudsonModelOverallLoadStatistics value) {
- this.overallLoad = value;
- }
-
- /**
- * Gets the value of the primaryView property.
- *
- * @return
- * possible object is
- * {@link HudsonModelView }
- *
- */
- public HudsonModelView getPrimaryView() {
- return primaryView;
- }
-
- /**
- * Sets the value of the primaryView property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelView }
- *
- */
- public void setPrimaryView(HudsonModelView value) {
- this.primaryView = value;
- }
-
- /**
- * Gets the value of the slaveAgentPort property.
- *
- */
- public int getSlaveAgentPort() {
- return slaveAgentPort;
- }
-
- /**
- * Sets the value of the slaveAgentPort property.
- *
- */
- public void setSlaveAgentPort(int value) {
- this.slaveAgentPort = value;
- }
-
- /**
- * Gets the value of the useCrumbs property.
- *
- */
- public boolean isUseCrumbs() {
- return useCrumbs;
- }
-
- /**
- * Sets the value of the useCrumbs property.
- *
- */
- public void setUseCrumbs(boolean value) {
- this.useCrumbs = value;
- }
-
- /**
- * Gets the value of the useSecurity property.
- *
- */
- public boolean isUseSecurity() {
- return useSecurity;
- }
-
- /**
- * Sets the value of the useSecurity property.
- *
- */
- public void setUseSecurity(boolean value) {
- this.useSecurity = value;
- }
-
- /**
- * Gets the value of the view property.
- *
- *
- * 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 view property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getView().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelView }
- *
- *
- */
- public List getView() {
- if (view == null) {
- view = new ArrayList();
- }
- return this.view;
- }
+public class HudsonModelHudson extends HudsonModelNode {
+
+ protected String description;
+
+ protected List job;
+
+ protected HudsonModelOverallLoadStatistics overallLoad;
+
+ protected HudsonModelView primaryView;
+
+ protected int slaveAgentPort;
+
+ protected boolean useCrumbs;
+
+ protected boolean useSecurity;
+
+ protected List view;
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+ /**
+ * Gets the value of the job property.
+ *
+ * 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 job property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getJob().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link Object }
+ */
+ public List getJob() {
+ if (job == null) {
+ job = new ArrayList();
+ }
+ return this.job;
+ }
+
+ /**
+ * Gets the value of the overallLoad property.
+ *
+ * @return possible object is {@link HudsonModelOverallLoadStatistics }
+ */
+ public HudsonModelOverallLoadStatistics getOverallLoad() {
+ return overallLoad;
+ }
+
+ /**
+ * Sets the value of the overallLoad property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelOverallLoadStatistics }
+ */
+ public void setOverallLoad(HudsonModelOverallLoadStatistics value) {
+ this.overallLoad = value;
+ }
+
+ /**
+ * Gets the value of the primaryView property.
+ *
+ * @return possible object is {@link HudsonModelView }
+ */
+ public HudsonModelView getPrimaryView() {
+ return primaryView;
+ }
+
+ /**
+ * Sets the value of the primaryView property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelView }
+ */
+ public void setPrimaryView(HudsonModelView value) {
+ this.primaryView = value;
+ }
+
+ /**
+ * Gets the value of the slaveAgentPort property.
+ */
+ public int getSlaveAgentPort() {
+ return slaveAgentPort;
+ }
+
+ /**
+ * Sets the value of the slaveAgentPort property.
+ */
+ public void setSlaveAgentPort(int value) {
+ this.slaveAgentPort = value;
+ }
+
+ /**
+ * Gets the value of the useCrumbs property.
+ */
+ public boolean isUseCrumbs() {
+ return useCrumbs;
+ }
+
+ /**
+ * Sets the value of the useCrumbs property.
+ */
+ public void setUseCrumbs(boolean value) {
+ this.useCrumbs = value;
+ }
+
+ /**
+ * Gets the value of the useSecurity property.
+ */
+ public boolean isUseSecurity() {
+ return useSecurity;
+ }
+
+ /**
+ * Sets the value of the useSecurity property.
+ */
+ public void setUseSecurity(boolean value) {
+ this.useSecurity = value;
+ }
+
+ /**
+ * Gets the value of the view property.
+ *
+ * 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 view property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getView().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelView }
+ */
+ public List getView() {
+ if (view == null) {
+ view = new ArrayList();
+ }
+ return this.view;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java
index f86a704..f4e6113 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJob.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Job complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Job complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Job">
@@ -54,392 +54,317 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Job", propOrder = {
- "buildable",
- "build",
- "color",
- "firstBuild",
- "healthReport",
- "inQueue",
- "keepDependencies",
- "lastBuild",
- "lastCompletedBuild",
- "lastFailedBuild",
- "lastStableBuild",
- "lastSuccessfulBuild",
- "nextBuildNumber",
- "property",
- "queueItem"
-})
-@XmlSeeAlso({
- HudsonModelAbstractProject.class
-})
+@XmlType(name = "hudson.model.Job", propOrder = { "buildable", "build", "color", "firstBuild", "healthReport",
+ "inQueue", "keepDependencies", "lastBuild", "lastCompletedBuild", "lastFailedBuild", "lastStableBuild",
+ "lastSuccessfulBuild", "nextBuildNumber", "property", "queueItem" })
+@XmlSeeAlso({ HudsonModelAbstractProject.class })
@SuppressWarnings("all")
-public class HudsonModelJob
- extends HudsonModelAbstractItem
-{
-
- protected boolean buildable;
- protected List build;
- protected HudsonModelBallColor color;
- protected HudsonModelRun firstBuild;
- protected List healthReport;
- protected boolean inQueue;
- protected boolean keepDependencies;
- protected HudsonModelRun lastBuild;
- protected HudsonModelRun lastCompletedBuild;
- protected HudsonModelRun lastFailedBuild;
- protected HudsonModelRun lastStableBuild;
- protected HudsonModelRun lastSuccessfulBuild;
- protected int nextBuildNumber;
- protected List property;
- protected HudsonModelQueueItem queueItem;
-
- /**
- * Gets the value of the buildable property.
- *
- */
- public boolean isBuildable() {
- return buildable;
- }
-
- /**
- * Sets the value of the buildable property.
- *
- */
- public void setBuildable(boolean value) {
- this.buildable = value;
- }
-
- /**
- * Gets the value of the build property.
- *
- *
- * 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 build property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getBuild().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelRun }
- *
- *
- */
- public List getBuild() {
- if (build == null) {
- build = new ArrayList();
- }
- return this.build;
- }
-
- /**
- * Gets the value of the color property.
- *
- * @return
- * possible object is
- * {@link HudsonModelBallColor }
- *
- */
- public HudsonModelBallColor getColor() {
- return color;
- }
-
- /**
- * Sets the value of the color property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelBallColor }
- *
- */
- public void setColor(HudsonModelBallColor value) {
- this.color = value;
- }
-
- /**
- * Gets the value of the firstBuild property.
- *
- * @return
- * possible object is
- * {@link HudsonModelRun }
- *
- */
- public HudsonModelRun getFirstBuild() {
- return firstBuild;
- }
-
- /**
- * Sets the value of the firstBuild property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelRun }
- *
- */
- public void setFirstBuild(HudsonModelRun value) {
- this.firstBuild = value;
- }
-
- /**
- * Gets the value of the healthReport property.
- *
- *
- * 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 healthReport property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getHealthReport().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelHealthReport }
- *
- *
- */
- public List getHealthReport() {
- if (healthReport == null) {
- healthReport = new ArrayList();
- }
- return this.healthReport;
- }
-
- /**
- * Gets the value of the inQueue property.
- *
- */
- public boolean isInQueue() {
- return inQueue;
- }
-
- /**
- * Sets the value of the inQueue property.
- *
- */
- public void setInQueue(boolean value) {
- this.inQueue = value;
- }
-
- /**
- * Gets the value of the keepDependencies property.
- *
- */
- public boolean isKeepDependencies() {
- return keepDependencies;
- }
-
- /**
- * Sets the value of the keepDependencies property.
- *
- */
- public void setKeepDependencies(boolean value) {
- this.keepDependencies = value;
- }
-
- /**
- * Gets the value of the lastBuild property.
- *
- * @return
- * possible object is
- * {@link HudsonModelRun }
- *
- */
- public HudsonModelRun getLastBuild() {
- return lastBuild;
- }
-
- /**
- * Sets the value of the lastBuild property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelRun }
- *
- */
- public void setLastBuild(HudsonModelRun value) {
- this.lastBuild = value;
- }
-
- /**
- * Gets the value of the lastCompletedBuild property.
- *
- * @return
- * possible object is
- * {@link HudsonModelRun }
- *
- */
- public HudsonModelRun getLastCompletedBuild() {
- return lastCompletedBuild;
- }
-
- /**
- * Sets the value of the lastCompletedBuild property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelRun }
- *
- */
- public void setLastCompletedBuild(HudsonModelRun value) {
- this.lastCompletedBuild = value;
- }
-
- /**
- * Gets the value of the lastFailedBuild property.
- *
- * @return
- * possible object is
- * {@link HudsonModelRun }
- *
- */
- public HudsonModelRun getLastFailedBuild() {
- return lastFailedBuild;
- }
-
- /**
- * Sets the value of the lastFailedBuild property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelRun }
- *
- */
- public void setLastFailedBuild(HudsonModelRun value) {
- this.lastFailedBuild = value;
- }
-
- /**
- * Gets the value of the lastStableBuild property.
- *
- * @return
- * possible object is
- * {@link HudsonModelRun }
- *
- */
- public HudsonModelRun getLastStableBuild() {
- return lastStableBuild;
- }
-
- /**
- * Sets the value of the lastStableBuild property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelRun }
- *
- */
- public void setLastStableBuild(HudsonModelRun value) {
- this.lastStableBuild = value;
- }
-
- /**
- * Gets the value of the lastSuccessfulBuild property.
- *
- * @return
- * possible object is
- * {@link HudsonModelRun }
- *
- */
- public HudsonModelRun getLastSuccessfulBuild() {
- return lastSuccessfulBuild;
- }
-
- /**
- * Sets the value of the lastSuccessfulBuild property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelRun }
- *
- */
- public void setLastSuccessfulBuild(HudsonModelRun value) {
- this.lastSuccessfulBuild = value;
- }
-
- /**
- * Gets the value of the nextBuildNumber property.
- *
- */
- public int getNextBuildNumber() {
- return nextBuildNumber;
- }
-
- /**
- * Sets the value of the nextBuildNumber property.
- *
- */
- public void setNextBuildNumber(int value) {
- this.nextBuildNumber = value;
- }
-
- /**
- * Gets the value of the property property.
- *
- *
- * 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 property property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getProperty().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelJobProperty }
- *
- *
- */
- public List getProperty() {
- if (property == null) {
- property = new ArrayList();
- }
- return this.property;
- }
-
- /**
- * Gets the value of the queueItem property.
- *
- * @return
- * possible object is
- * {@link HudsonModelQueueItem }
- *
- */
- public HudsonModelQueueItem getQueueItem() {
- return queueItem;
- }
-
- /**
- * Sets the value of the queueItem property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelQueueItem }
- *
- */
- public void setQueueItem(HudsonModelQueueItem value) {
- this.queueItem = value;
- }
+public class HudsonModelJob extends HudsonModelAbstractItem {
+
+ protected boolean buildable;
+
+ protected List build;
+
+ protected HudsonModelBallColor color;
+
+ protected HudsonModelRun firstBuild;
+
+ protected List healthReport;
+
+ protected boolean inQueue;
+
+ protected boolean keepDependencies;
+
+ protected HudsonModelRun lastBuild;
+
+ protected HudsonModelRun lastCompletedBuild;
+
+ protected HudsonModelRun lastFailedBuild;
+
+ protected HudsonModelRun lastStableBuild;
+
+ protected HudsonModelRun lastSuccessfulBuild;
+
+ protected int nextBuildNumber;
+
+ protected List property;
+
+ protected HudsonModelQueueItem queueItem;
+
+ /**
+ * Gets the value of the buildable property.
+ */
+ public boolean isBuildable() {
+ return buildable;
+ }
+
+ /**
+ * Sets the value of the buildable property.
+ */
+ public void setBuildable(boolean value) {
+ this.buildable = value;
+ }
+
+ /**
+ * Gets the value of the build property.
+ *
+ * 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 build property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getBuild().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelRun }
+ */
+ public List getBuild() {
+ if (build == null) {
+ build = new ArrayList();
+ }
+ return this.build;
+ }
+
+ /**
+ * Gets the value of the color property.
+ *
+ * @return possible object is {@link HudsonModelBallColor }
+ */
+ public HudsonModelBallColor getColor() {
+ return color;
+ }
+
+ /**
+ * Sets the value of the color property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelBallColor }
+ */
+ public void setColor(HudsonModelBallColor value) {
+ this.color = value;
+ }
+
+ /**
+ * Gets the value of the firstBuild property.
+ *
+ * @return possible object is {@link HudsonModelRun }
+ */
+ public HudsonModelRun getFirstBuild() {
+ return firstBuild;
+ }
+
+ /**
+ * Sets the value of the firstBuild property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelRun }
+ */
+ public void setFirstBuild(HudsonModelRun value) {
+ this.firstBuild = value;
+ }
+
+ /**
+ * Gets the value of the healthReport property.
+ *
+ * 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 healthReport property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getHealthReport().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelHealthReport }
+ */
+ public List getHealthReport() {
+ if (healthReport == null) {
+ healthReport = new ArrayList();
+ }
+ return this.healthReport;
+ }
+
+ /**
+ * Gets the value of the inQueue property.
+ */
+ public boolean isInQueue() {
+ return inQueue;
+ }
+
+ /**
+ * Sets the value of the inQueue property.
+ */
+ public void setInQueue(boolean value) {
+ this.inQueue = value;
+ }
+
+ /**
+ * Gets the value of the keepDependencies property.
+ */
+ public boolean isKeepDependencies() {
+ return keepDependencies;
+ }
+
+ /**
+ * Sets the value of the keepDependencies property.
+ */
+ public void setKeepDependencies(boolean value) {
+ this.keepDependencies = value;
+ }
+
+ /**
+ * Gets the value of the lastBuild property.
+ *
+ * @return possible object is {@link HudsonModelRun }
+ */
+ public HudsonModelRun getLastBuild() {
+ return lastBuild;
+ }
+
+ /**
+ * Sets the value of the lastBuild property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelRun }
+ */
+ public void setLastBuild(HudsonModelRun value) {
+ this.lastBuild = value;
+ }
+
+ /**
+ * Gets the value of the lastCompletedBuild property.
+ *
+ * @return possible object is {@link HudsonModelRun }
+ */
+ public HudsonModelRun getLastCompletedBuild() {
+ return lastCompletedBuild;
+ }
+
+ /**
+ * Sets the value of the lastCompletedBuild property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelRun }
+ */
+ public void setLastCompletedBuild(HudsonModelRun value) {
+ this.lastCompletedBuild = value;
+ }
+
+ /**
+ * Gets the value of the lastFailedBuild property.
+ *
+ * @return possible object is {@link HudsonModelRun }
+ */
+ public HudsonModelRun getLastFailedBuild() {
+ return lastFailedBuild;
+ }
+
+ /**
+ * Sets the value of the lastFailedBuild property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelRun }
+ */
+ public void setLastFailedBuild(HudsonModelRun value) {
+ this.lastFailedBuild = value;
+ }
+
+ /**
+ * Gets the value of the lastStableBuild property.
+ *
+ * @return possible object is {@link HudsonModelRun }
+ */
+ public HudsonModelRun getLastStableBuild() {
+ return lastStableBuild;
+ }
+
+ /**
+ * Sets the value of the lastStableBuild property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelRun }
+ */
+ public void setLastStableBuild(HudsonModelRun value) {
+ this.lastStableBuild = value;
+ }
+
+ /**
+ * Gets the value of the lastSuccessfulBuild property.
+ *
+ * @return possible object is {@link HudsonModelRun }
+ */
+ public HudsonModelRun getLastSuccessfulBuild() {
+ return lastSuccessfulBuild;
+ }
+
+ /**
+ * Sets the value of the lastSuccessfulBuild property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelRun }
+ */
+ public void setLastSuccessfulBuild(HudsonModelRun value) {
+ this.lastSuccessfulBuild = value;
+ }
+
+ /**
+ * Gets the value of the nextBuildNumber property.
+ */
+ public int getNextBuildNumber() {
+ return nextBuildNumber;
+ }
+
+ /**
+ * Sets the value of the nextBuildNumber property.
+ */
+ public void setNextBuildNumber(int value) {
+ this.nextBuildNumber = value;
+ }
+
+ /**
+ * Gets the value of the property property.
+ *
+ * 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 property property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getProperty().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelJobProperty }
+ */
+ public List getProperty() {
+ if (property == null) {
+ property = new ArrayList();
+ }
+ return this.property;
+ }
+
+ /**
+ * Gets the value of the queueItem property.
+ *
+ * @return possible object is {@link HudsonModelQueueItem }
+ */
+ public HudsonModelQueueItem getQueueItem() {
+ return queueItem;
+ }
+
+ /**
+ * Sets the value of the queueItem property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelQueueItem }
+ */
+ public void setQueueItem(HudsonModelQueueItem value) {
+ this.queueItem = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java
index 5610d65..9294b50 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelJobProperty.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.JobProperty complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.JobProperty complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.JobProperty">
@@ -36,13 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.model.JobProperty")
@SuppressWarnings("all")
public class HudsonModelJobProperty {
-
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java
index d77a560..7b670a3 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLabel.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Label complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Label complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Label">
@@ -48,257 +48,210 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Label", propOrder = {
- "busyExecutors",
- "cloud",
- "description",
- "idleExecutors",
- "loadStatistics",
- "name",
- "node",
- "offline",
- "tiedJob",
- "totalExecutors"
-})
+@XmlType(name = "hudson.model.Label", propOrder = { "busyExecutors", "cloud", "description", "idleExecutors",
+ "loadStatistics", "name", "node", "offline", "tiedJob", "totalExecutors" })
@SuppressWarnings("all")
public class HudsonModelLabel {
- protected int busyExecutors;
- protected List cloud;
- protected String description;
- protected int idleExecutors;
- protected HudsonModelLoadStatistics loadStatistics;
- protected String name;
- protected List node;
- protected boolean offline;
- protected List tiedJob;
- protected int totalExecutors;
-
- /**
- * Gets the value of the busyExecutors property.
- *
- */
- public int getBusyExecutors() {
- return busyExecutors;
- }
-
- /**
- * Sets the value of the busyExecutors property.
- *
- */
- public void setBusyExecutors(int value) {
- this.busyExecutors = value;
- }
-
- /**
- * Gets the value of the cloud property.
- *
- *
- * 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 cloud property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCloud().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getCloud() {
- if (cloud == null) {
- cloud = new ArrayList();
- }
- return this.cloud;
- }
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the idleExecutors property.
- *
- */
- public int getIdleExecutors() {
- return idleExecutors;
- }
-
- /**
- * Sets the value of the idleExecutors property.
- *
- */
- public void setIdleExecutors(int value) {
- this.idleExecutors = value;
- }
-
- /**
- * Gets the value of the loadStatistics property.
- *
- * @return
- * possible object is
- * {@link HudsonModelLoadStatistics }
- *
- */
- public HudsonModelLoadStatistics getLoadStatistics() {
- return loadStatistics;
- }
-
- /**
- * Sets the value of the loadStatistics property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelLoadStatistics }
- *
- */
- public void setLoadStatistics(HudsonModelLoadStatistics value) {
- this.loadStatistics = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the node property.
- *
- *
- * 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 node property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getNode().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelNode }
- *
- *
- */
- public List getNode() {
- if (node == null) {
- node = new ArrayList();
- }
- return this.node;
- }
-
- /**
- * Gets the value of the offline property.
- *
- */
- public boolean isOffline() {
- return offline;
- }
-
- /**
- * Sets the value of the offline property.
- *
- */
- public void setOffline(boolean value) {
- this.offline = value;
- }
-
- /**
- * Gets the value of the tiedJob property.
- *
- *
- * 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 tiedJob property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getTiedJob().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelAbstractProject }
- *
- *
- */
- public List getTiedJob() {
- if (tiedJob == null) {
- tiedJob = new ArrayList();
- }
- return this.tiedJob;
- }
-
- /**
- * Gets the value of the totalExecutors property.
- *
- */
- public int getTotalExecutors() {
- return totalExecutors;
- }
-
- /**
- * Sets the value of the totalExecutors property.
- *
- */
- public void setTotalExecutors(int value) {
- this.totalExecutors = value;
- }
+ protected int busyExecutors;
+
+ protected List cloud;
+
+ protected String description;
+
+ protected int idleExecutors;
+
+ protected HudsonModelLoadStatistics loadStatistics;
+
+ protected String name;
+
+ protected List node;
+
+ protected boolean offline;
+
+ protected List tiedJob;
+
+ protected int totalExecutors;
+
+ /**
+ * Gets the value of the busyExecutors property.
+ */
+ public int getBusyExecutors() {
+ return busyExecutors;
+ }
+
+ /**
+ * Sets the value of the busyExecutors property.
+ */
+ public void setBusyExecutors(int value) {
+ this.busyExecutors = value;
+ }
+
+ /**
+ * Gets the value of the cloud property.
+ *
+ * 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 cloud property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getCloud().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link Object }
+ */
+ public List getCloud() {
+ if (cloud == null) {
+ cloud = new ArrayList();
+ }
+ return this.cloud;
+ }
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+ /**
+ * Gets the value of the idleExecutors property.
+ */
+ public int getIdleExecutors() {
+ return idleExecutors;
+ }
+
+ /**
+ * Sets the value of the idleExecutors property.
+ */
+ public void setIdleExecutors(int value) {
+ this.idleExecutors = value;
+ }
+
+ /**
+ * Gets the value of the loadStatistics property.
+ *
+ * @return possible object is {@link HudsonModelLoadStatistics }
+ */
+ public HudsonModelLoadStatistics getLoadStatistics() {
+ return loadStatistics;
+ }
+
+ /**
+ * Sets the value of the loadStatistics property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelLoadStatistics }
+ */
+ public void setLoadStatistics(HudsonModelLoadStatistics value) {
+ this.loadStatistics = value;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the node property.
+ *
+ * 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 node property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getNode().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelNode }
+ */
+ public List getNode() {
+ if (node == null) {
+ node = new ArrayList();
+ }
+ return this.node;
+ }
+
+ /**
+ * Gets the value of the offline property.
+ */
+ public boolean isOffline() {
+ return offline;
+ }
+
+ /**
+ * Sets the value of the offline property.
+ */
+ public void setOffline(boolean value) {
+ this.offline = value;
+ }
+
+ /**
+ * Gets the value of the tiedJob property.
+ *
+ * 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 tiedJob property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getTiedJob().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelAbstractProject }
+ */
+ public List getTiedJob() {
+ if (tiedJob == null) {
+ tiedJob = new ArrayList();
+ }
+ return this.tiedJob;
+ }
+
+ /**
+ * Gets the value of the totalExecutors property.
+ */
+ public int getTotalExecutors() {
+ return totalExecutors;
+ }
+
+ /**
+ * Sets the value of the totalExecutors property.
+ */
+ public void setTotalExecutors(int value) {
+ this.totalExecutors = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java
index 55223a4..124b3a1 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelLoadStatistics.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.LoadStatistics complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.LoadStatistics complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.LoadStatistics">
@@ -40,95 +40,74 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.LoadStatistics", propOrder = {
- "busyExecutors",
- "queueLength",
- "totalExecutors"
-})
-@XmlSeeAlso({
- HudsonModelOverallLoadStatistics.class
-})
+@XmlType(name = "hudson.model.LoadStatistics", propOrder = { "busyExecutors", "queueLength", "totalExecutors" })
+@XmlSeeAlso({ HudsonModelOverallLoadStatistics.class })
@SuppressWarnings("all")
public class HudsonModelLoadStatistics {
- protected HudsonModelMultiStageTimeSeries busyExecutors;
- protected HudsonModelMultiStageTimeSeries queueLength;
- protected HudsonModelMultiStageTimeSeries totalExecutors;
+ protected HudsonModelMultiStageTimeSeries busyExecutors;
+
+ protected HudsonModelMultiStageTimeSeries queueLength;
+
+ protected HudsonModelMultiStageTimeSeries totalExecutors;
- /**
- * Gets the value of the busyExecutors property.
- *
- * @return
- * possible object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public HudsonModelMultiStageTimeSeries getBusyExecutors() {
- return busyExecutors;
- }
+ /**
+ * Gets the value of the busyExecutors property.
+ *
+ * @return possible object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public HudsonModelMultiStageTimeSeries getBusyExecutors() {
+ return busyExecutors;
+ }
- /**
- * Sets the value of the busyExecutors property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public void setBusyExecutors(HudsonModelMultiStageTimeSeries value) {
- this.busyExecutors = value;
- }
+ /**
+ * Sets the value of the busyExecutors property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public void setBusyExecutors(HudsonModelMultiStageTimeSeries value) {
+ this.busyExecutors = value;
+ }
- /**
- * Gets the value of the queueLength property.
- *
- * @return
- * possible object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public HudsonModelMultiStageTimeSeries getQueueLength() {
- return queueLength;
- }
+ /**
+ * Gets the value of the queueLength property.
+ *
+ * @return possible object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public HudsonModelMultiStageTimeSeries getQueueLength() {
+ return queueLength;
+ }
- /**
- * Sets the value of the queueLength property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public void setQueueLength(HudsonModelMultiStageTimeSeries value) {
- this.queueLength = value;
- }
+ /**
+ * Sets the value of the queueLength property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public void setQueueLength(HudsonModelMultiStageTimeSeries value) {
+ this.queueLength = value;
+ }
- /**
- * Gets the value of the totalExecutors property.
- *
- * @return
- * possible object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public HudsonModelMultiStageTimeSeries getTotalExecutors() {
- return totalExecutors;
- }
+ /**
+ * Gets the value of the totalExecutors property.
+ *
+ * @return possible object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public HudsonModelMultiStageTimeSeries getTotalExecutors() {
+ return totalExecutors;
+ }
- /**
- * Sets the value of the totalExecutors property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public void setTotalExecutors(HudsonModelMultiStageTimeSeries value) {
- this.totalExecutors = value;
- }
+ /**
+ * Sets the value of the totalExecutors property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public void setTotalExecutors(HudsonModelMultiStageTimeSeries value) {
+ this.totalExecutors = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java
index 1076c77..5f21e75 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelMultiStageTimeSeries.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.MultiStageTimeSeries complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.MultiStageTimeSeries complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.MultiStageTimeSeries">
@@ -39,92 +39,73 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.MultiStageTimeSeries", propOrder = {
- "hour",
- "min",
- "sec10"
-})
+@XmlType(name = "hudson.model.MultiStageTimeSeries", propOrder = { "hour", "min", "sec10" })
@SuppressWarnings("all")
public class HudsonModelMultiStageTimeSeries {
- protected HudsonModelTimeSeries hour;
- protected HudsonModelTimeSeries min;
- protected HudsonModelTimeSeries sec10;
+ protected HudsonModelTimeSeries hour;
+
+ protected HudsonModelTimeSeries min;
+
+ protected HudsonModelTimeSeries sec10;
- /**
- * Gets the value of the hour property.
- *
- * @return
- * possible object is
- * {@link HudsonModelTimeSeries }
- *
- */
- public HudsonModelTimeSeries getHour() {
- return hour;
- }
+ /**
+ * Gets the value of the hour property.
+ *
+ * @return possible object is {@link HudsonModelTimeSeries }
+ */
+ public HudsonModelTimeSeries getHour() {
+ return hour;
+ }
- /**
- * Sets the value of the hour property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelTimeSeries }
- *
- */
- public void setHour(HudsonModelTimeSeries value) {
- this.hour = value;
- }
+ /**
+ * Sets the value of the hour property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelTimeSeries }
+ */
+ public void setHour(HudsonModelTimeSeries value) {
+ this.hour = value;
+ }
- /**
- * Gets the value of the min property.
- *
- * @return
- * possible object is
- * {@link HudsonModelTimeSeries }
- *
- */
- public HudsonModelTimeSeries getMin() {
- return min;
- }
+ /**
+ * Gets the value of the min property.
+ *
+ * @return possible object is {@link HudsonModelTimeSeries }
+ */
+ public HudsonModelTimeSeries getMin() {
+ return min;
+ }
- /**
- * Sets the value of the min property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelTimeSeries }
- *
- */
- public void setMin(HudsonModelTimeSeries value) {
- this.min = value;
- }
+ /**
+ * Sets the value of the min property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelTimeSeries }
+ */
+ public void setMin(HudsonModelTimeSeries value) {
+ this.min = value;
+ }
- /**
- * Gets the value of the sec10 property.
- *
- * @return
- * possible object is
- * {@link HudsonModelTimeSeries }
- *
- */
- public HudsonModelTimeSeries getSec10() {
- return sec10;
- }
+ /**
+ * Gets the value of the sec10 property.
+ *
+ * @return possible object is {@link HudsonModelTimeSeries }
+ */
+ public HudsonModelTimeSeries getSec10() {
+ return sec10;
+ }
- /**
- * Sets the value of the sec10 property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelTimeSeries }
- *
- */
- public void setSec10(HudsonModelTimeSeries value) {
- this.sec10 = value;
- }
+ /**
+ * Sets the value of the sec10 property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelTimeSeries }
+ */
+ public void setSec10(HudsonModelTimeSeries value) {
+ this.sec10 = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java
index 29802c5..0a1d874 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNode.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Node complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Node complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Node">
@@ -44,144 +44,115 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Node", propOrder = {
- "assignedLabel",
- "mode",
- "nodeDescription",
- "nodeName",
- "numExecutors"
-})
-@XmlSeeAlso({
- HudsonModelHudson.class
-})
+@XmlType(name = "hudson.model.Node", propOrder = { "assignedLabel", "mode", "nodeDescription", "nodeName",
+ "numExecutors" })
+@XmlSeeAlso({ HudsonModelHudson.class })
@SuppressWarnings("all")
public class HudsonModelNode {
- protected List assignedLabel;
- protected HudsonModelNodeMode mode;
- protected String nodeDescription;
- protected String nodeName;
- protected int numExecutors;
-
- /**
- * Gets the value of the assignedLabel property.
- *
- *
- * 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 assignedLabel property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getAssignedLabel().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelLabel }
- *
- *
- */
- public List getAssignedLabel() {
- if (assignedLabel == null) {
- assignedLabel = new ArrayList();
- }
- return this.assignedLabel;
- }
-
- /**
- * Gets the value of the mode property.
- *
- * @return
- * possible object is
- * {@link HudsonModelNodeMode }
- *
- */
- public HudsonModelNodeMode getMode() {
- return mode;
- }
-
- /**
- * Sets the value of the mode property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelNodeMode }
- *
- */
- public void setMode(HudsonModelNodeMode value) {
- this.mode = value;
- }
-
- /**
- * Gets the value of the nodeDescription property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNodeDescription() {
- return nodeDescription;
- }
-
- /**
- * Sets the value of the nodeDescription property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNodeDescription(String value) {
- this.nodeDescription = value;
- }
-
- /**
- * Gets the value of the nodeName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getNodeName() {
- return nodeName;
- }
-
- /**
- * Sets the value of the nodeName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setNodeName(String value) {
- this.nodeName = value;
- }
-
- /**
- * Gets the value of the numExecutors property.
- *
- */
- public int getNumExecutors() {
- return numExecutors;
- }
-
- /**
- * Sets the value of the numExecutors property.
- *
- */
- public void setNumExecutors(int value) {
- this.numExecutors = value;
- }
+ protected List assignedLabel;
+
+ protected HudsonModelNodeMode mode;
+
+ protected String nodeDescription;
+
+ protected String nodeName;
+
+ protected int numExecutors;
+
+ /**
+ * Gets the value of the assignedLabel property.
+ *
+ * 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 assignedLabel property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getAssignedLabel().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelLabel }
+ */
+ public List getAssignedLabel() {
+ if (assignedLabel == null) {
+ assignedLabel = new ArrayList();
+ }
+ return this.assignedLabel;
+ }
+
+ /**
+ * Gets the value of the mode property.
+ *
+ * @return possible object is {@link HudsonModelNodeMode }
+ */
+ public HudsonModelNodeMode getMode() {
+ return mode;
+ }
+
+ /**
+ * Sets the value of the mode property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelNodeMode }
+ */
+ public void setMode(HudsonModelNodeMode value) {
+ this.mode = value;
+ }
+
+ /**
+ * Gets the value of the nodeDescription property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getNodeDescription() {
+ return nodeDescription;
+ }
+
+ /**
+ * Sets the value of the nodeDescription property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setNodeDescription(String value) {
+ this.nodeDescription = value;
+ }
+
+ /**
+ * Gets the value of the nodeName property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getNodeName() {
+ return nodeName;
+ }
+
+ /**
+ * Sets the value of the nodeName property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setNodeName(String value) {
+ this.nodeName = value;
+ }
+
+ /**
+ * Gets the value of the numExecutors property.
+ */
+ public int getNumExecutors() {
+ return numExecutors;
+ }
+
+ /**
+ * Sets the value of the numExecutors property.
+ */
+ public void setNumExecutors(int value) {
+ this.numExecutors = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java
index 249d6ad..32bd372 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelNodeMode.java
@@ -19,12 +19,13 @@
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Node-Mode.
- *
- *
The following schema fragment specifies the expected content contained within this class.
*
+ * Java class for hudson.model.Node-Mode.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
*
* <simpleType name="hudson.model.Node-Mode">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
@@ -33,22 +34,20 @@
* </restriction>
* </simpleType>
*
- *
*/
@XmlType(name = "hudson.model.Node-Mode")
@XmlEnum
@SuppressWarnings("all")
public enum HudsonModelNodeMode {
- NORMAL,
- EXCLUSIVE;
+ NORMAL, EXCLUSIVE;
- public String value() {
- return name();
- }
+ public String value() {
+ return name();
+ }
- public static HudsonModelNodeMode fromValue(String v) {
- return valueOf(v);
- }
+ public static HudsonModelNodeMode fromValue(String v) {
+ return valueOf(v);
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java
index a63c32c..c9754a8 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelOverallLoadStatistics.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.OverallLoadStatistics complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.OverallLoadStatistics complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.OverallLoadStatistics">
@@ -37,42 +37,31 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.OverallLoadStatistics", propOrder = {
- "totalQueueLength"
-})
+@XmlType(name = "hudson.model.OverallLoadStatistics", propOrder = { "totalQueueLength" })
@SuppressWarnings("all")
-public class HudsonModelOverallLoadStatistics
- extends HudsonModelLoadStatistics
-{
+public class HudsonModelOverallLoadStatistics extends HudsonModelLoadStatistics {
- protected HudsonModelMultiStageTimeSeries totalQueueLength;
+ protected HudsonModelMultiStageTimeSeries totalQueueLength;
- /**
- * Gets the value of the totalQueueLength property.
- *
- * @return
- * possible object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public HudsonModelMultiStageTimeSeries getTotalQueueLength() {
- return totalQueueLength;
- }
+ /**
+ * Gets the value of the totalQueueLength property.
+ *
+ * @return possible object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public HudsonModelMultiStageTimeSeries getTotalQueueLength() {
+ return totalQueueLength;
+ }
- /**
- * Sets the value of the totalQueueLength property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelMultiStageTimeSeries }
- *
- */
- public void setTotalQueueLength(HudsonModelMultiStageTimeSeries value) {
- this.totalQueueLength = value;
- }
+ /**
+ * Sets the value of the totalQueueLength property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelMultiStageTimeSeries }
+ */
+ public void setTotalQueueLength(HudsonModelMultiStageTimeSeries value) {
+ this.totalQueueLength = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java
index 0fd58dd..b3c2d73 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelProject.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Project complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Project complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Project">
@@ -37,18 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.model.Project")
-@XmlSeeAlso({
- HudsonModelFreeStyleProject.class
-})
+@XmlSeeAlso({ HudsonModelFreeStyleProject.class })
@SuppressWarnings("all")
-public class HudsonModelProject
- extends HudsonModelAbstractProject
-{
-
+public class HudsonModelProject extends HudsonModelAbstractProject {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java
index a6c52db..50a227d 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelQueueItem.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Queue-Item complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Queue-Item complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Queue-Item">
@@ -42,148 +42,121 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Queue-Item", propOrder = {
- "blocked",
- "buildable",
- "params",
- "stuck",
- "task",
- "why"
-})
+@XmlType(name = "hudson.model.Queue-Item", propOrder = { "blocked", "buildable", "params", "stuck", "task", "why" })
@SuppressWarnings("all")
-public class HudsonModelQueueItem
- extends HudsonModelActionable
-{
-
- protected boolean blocked;
- protected boolean buildable;
- protected String params;
- protected boolean stuck;
- protected Object task;
- protected String why;
-
- /**
- * Gets the value of the blocked property.
- *
- */
- public boolean isBlocked() {
- return blocked;
- }
-
- /**
- * Sets the value of the blocked property.
- *
- */
- public void setBlocked(boolean value) {
- this.blocked = value;
- }
-
- /**
- * Gets the value of the buildable property.
- *
- */
- public boolean isBuildable() {
- return buildable;
- }
-
- /**
- * Sets the value of the buildable property.
- *
- */
- public void setBuildable(boolean value) {
- this.buildable = value;
- }
-
- /**
- * Gets the value of the params property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getParams() {
- return params;
- }
-
- /**
- * Sets the value of the params property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setParams(String value) {
- this.params = value;
- }
-
- /**
- * Gets the value of the stuck property.
- *
- */
- public boolean isStuck() {
- return stuck;
- }
-
- /**
- * Sets the value of the stuck property.
- *
- */
- public void setStuck(boolean value) {
- this.stuck = value;
- }
-
- /**
- * Gets the value of the task property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getTask() {
- return task;
- }
-
- /**
- * Sets the value of the task property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setTask(Object value) {
- this.task = value;
- }
-
- /**
- * Gets the value of the why property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getWhy() {
- return why;
- }
-
- /**
- * Sets the value of the why property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setWhy(String value) {
- this.why = value;
- }
+public class HudsonModelQueueItem extends HudsonModelActionable {
+
+ protected boolean blocked;
+
+ protected boolean buildable;
+
+ protected String params;
+
+ protected boolean stuck;
+
+ protected Object task;
+
+ protected String why;
+
+ /**
+ * Gets the value of the blocked property.
+ */
+ public boolean isBlocked() {
+ return blocked;
+ }
+
+ /**
+ * Sets the value of the blocked property.
+ */
+ public void setBlocked(boolean value) {
+ this.blocked = value;
+ }
+
+ /**
+ * Gets the value of the buildable property.
+ */
+ public boolean isBuildable() {
+ return buildable;
+ }
+
+ /**
+ * Sets the value of the buildable property.
+ */
+ public void setBuildable(boolean value) {
+ this.buildable = value;
+ }
+
+ /**
+ * Gets the value of the params property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getParams() {
+ return params;
+ }
+
+ /**
+ * Sets the value of the params property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setParams(String value) {
+ this.params = value;
+ }
+
+ /**
+ * Gets the value of the stuck property.
+ */
+ public boolean isStuck() {
+ return stuck;
+ }
+
+ /**
+ * Sets the value of the stuck property.
+ */
+ public void setStuck(boolean value) {
+ this.stuck = value;
+ }
+
+ /**
+ * Gets the value of the task property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getTask() {
+ return task;
+ }
+
+ /**
+ * Sets the value of the task property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setTask(Object value) {
+ this.task = value;
+ }
+
+ /**
+ * Gets the value of the why property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getWhy() {
+ return why;
+ }
+
+ /**
+ * Sets the value of the why property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setWhy(String value) {
+ this.why = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java
index 3fcb97e..69dbe07 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRun.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Run complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Run complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Run">
@@ -50,278 +50,226 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Run", propOrder = {
- "artifact",
- "building",
- "description",
- "duration",
- "fullDisplayName",
- "id",
- "keepLog",
- "number",
- "result",
- "timestamp",
- "url"
-})
-@XmlSeeAlso({
- HudsonModelAbstractBuild.class
-})
+@XmlType(name = "hudson.model.Run", propOrder = { "artifact", "building", "description", "duration", "fullDisplayName",
+ "id", "keepLog", "number", "result", "timestamp", "url" })
+@XmlSeeAlso({ HudsonModelAbstractBuild.class })
@SuppressWarnings("all")
-public class HudsonModelRun
- extends HudsonModelActionable
-{
-
- protected List artifact;
- protected boolean building;
- protected String description;
- protected long duration;
- protected String fullDisplayName;
- protected String id;
- protected boolean keepLog;
- protected int number;
- protected Object result;
- protected Long timestamp;
- protected String url;
-
- /**
- * Gets the value of the artifact property.
- *
- *
- * 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 artifact property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getArtifact().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelRunArtifact }
- *
- *
- */
- public List getArtifact() {
- if (artifact == null) {
- artifact = new ArrayList();
- }
- return this.artifact;
- }
-
- /**
- * Gets the value of the building property.
- *
- */
- public boolean isBuilding() {
- return building;
- }
-
- /**
- * Sets the value of the building property.
- *
- */
- public void setBuilding(boolean value) {
- this.building = value;
- }
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the duration property.
- *
- */
- public long getDuration() {
- return duration;
- }
-
- /**
- * Sets the value of the duration property.
- *
- */
- public void setDuration(long value) {
- this.duration = value;
- }
-
- /**
- * Gets the value of the fullDisplayName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFullDisplayName() {
- return fullDisplayName;
- }
-
- /**
- * Sets the value of the fullDisplayName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFullDisplayName(String value) {
- this.fullDisplayName = value;
- }
-
- /**
- * Gets the value of the id property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getId() {
- return id;
- }
-
- /**
- * Sets the value of the id property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setId(String value) {
- this.id = value;
- }
-
- /**
- * Gets the value of the keepLog property.
- *
- */
- public boolean isKeepLog() {
- return keepLog;
- }
-
- /**
- * Sets the value of the keepLog property.
- *
- */
- public void setKeepLog(boolean value) {
- this.keepLog = value;
- }
-
- /**
- * Gets the value of the number property.
- *
- */
- public int getNumber() {
- return number;
- }
-
- /**
- * Sets the value of the number property.
- *
- */
- public void setNumber(int value) {
- this.number = value;
- }
-
- /**
- * Gets the value of the result property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getResult() {
- return result;
- }
-
- /**
- * Sets the value of the result property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setResult(Object value) {
- this.result = value;
- }
-
- /**
- * Gets the value of the timestamp property.
- *
- * @return
- * possible object is
- * {@link Long }
- *
- */
- public Long getTimestamp() {
- return timestamp;
- }
-
- /**
- * Sets the value of the timestamp property.
- *
- * @param value
- * allowed object is
- * {@link Long }
- *
- */
- public void setTimestamp(Long value) {
- this.timestamp = value;
- }
-
- /**
- * Gets the value of the url property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUrl() {
- return url;
- }
-
- /**
- * Sets the value of the url property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUrl(String value) {
- this.url = value;
- }
+public class HudsonModelRun extends HudsonModelActionable {
+
+ protected List artifact;
+
+ protected boolean building;
+
+ protected String description;
+
+ protected long duration;
+
+ protected String fullDisplayName;
+
+ protected String id;
+
+ protected boolean keepLog;
+
+ protected int number;
+
+ protected Object result;
+
+ protected Long timestamp;
+
+ protected String url;
+
+ /**
+ * Gets the value of the artifact property.
+ *
+ * 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 artifact property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getArtifact().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelRunArtifact }
+ */
+ public List getArtifact() {
+ if (artifact == null) {
+ artifact = new ArrayList();
+ }
+ return this.artifact;
+ }
+
+ /**
+ * Gets the value of the building property.
+ */
+ public boolean isBuilding() {
+ return building;
+ }
+
+ /**
+ * Sets the value of the building property.
+ */
+ public void setBuilding(boolean value) {
+ this.building = value;
+ }
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+ /**
+ * Gets the value of the duration property.
+ */
+ public long getDuration() {
+ return duration;
+ }
+
+ /**
+ * Sets the value of the duration property.
+ */
+ public void setDuration(long value) {
+ this.duration = value;
+ }
+
+ /**
+ * Gets the value of the fullDisplayName property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getFullDisplayName() {
+ return fullDisplayName;
+ }
+
+ /**
+ * Sets the value of the fullDisplayName property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setFullDisplayName(String value) {
+ this.fullDisplayName = value;
+ }
+
+ /**
+ * Gets the value of the id property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getId() {
+ return id;
+ }
+
+ /**
+ * Sets the value of the id property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setId(String value) {
+ this.id = value;
+ }
+
+ /**
+ * Gets the value of the keepLog property.
+ */
+ public boolean isKeepLog() {
+ return keepLog;
+ }
+
+ /**
+ * Sets the value of the keepLog property.
+ */
+ public void setKeepLog(boolean value) {
+ this.keepLog = value;
+ }
+
+ /**
+ * Gets the value of the number property.
+ */
+ public int getNumber() {
+ return number;
+ }
+
+ /**
+ * Sets the value of the number property.
+ */
+ public void setNumber(int value) {
+ this.number = value;
+ }
+
+ /**
+ * Gets the value of the result property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getResult() {
+ return result;
+ }
+
+ /**
+ * Sets the value of the result property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setResult(Object value) {
+ this.result = value;
+ }
+
+ /**
+ * Gets the value of the timestamp property.
+ *
+ * @return possible object is {@link Long }
+ */
+ public Long getTimestamp() {
+ return timestamp;
+ }
+
+ /**
+ * Sets the value of the timestamp property.
+ *
+ * @param value
+ * allowed object is {@link Long }
+ */
+ public void setTimestamp(Long value) {
+ this.timestamp = value;
+ }
+
+ /**
+ * Gets the value of the url property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getUrl() {
+ return url;
+ }
+
+ /**
+ * Sets the value of the url property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setUrl(String value) {
+ this.url = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java
index 833d3ce..01a95fb 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelRunArtifact.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.Run-Artifact complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.Run-Artifact complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.Run-Artifact">
@@ -39,92 +39,73 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.Run-Artifact", propOrder = {
- "displayPath",
- "fileName",
- "relativePath"
-})
+@XmlType(name = "hudson.model.Run-Artifact", propOrder = { "displayPath", "fileName", "relativePath" })
@SuppressWarnings("all")
public class HudsonModelRunArtifact {
- protected String displayPath;
- protected String fileName;
- protected String relativePath;
+ protected String displayPath;
+
+ protected String fileName;
+
+ protected String relativePath;
- /**
- * Gets the value of the displayPath property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDisplayPath() {
- return displayPath;
- }
+ /**
+ * Gets the value of the displayPath property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDisplayPath() {
+ return displayPath;
+ }
- /**
- * Sets the value of the displayPath property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDisplayPath(String value) {
- this.displayPath = value;
- }
+ /**
+ * Sets the value of the displayPath property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDisplayPath(String value) {
+ this.displayPath = value;
+ }
- /**
- * Gets the value of the fileName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFileName() {
- return fileName;
- }
+ /**
+ * Gets the value of the fileName property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getFileName() {
+ return fileName;
+ }
- /**
- * Sets the value of the fileName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFileName(String value) {
- this.fileName = value;
- }
+ /**
+ * Sets the value of the fileName property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setFileName(String value) {
+ this.fileName = value;
+ }
- /**
- * Gets the value of the relativePath property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getRelativePath() {
- return relativePath;
- }
+ /**
+ * Gets the value of the relativePath property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getRelativePath() {
+ return relativePath;
+ }
- /**
- * Sets the value of the relativePath property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setRelativePath(String value) {
- this.relativePath = value;
- }
+ /**
+ * Sets the value of the relativePath property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setRelativePath(String value) {
+ this.relativePath = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java
index 97ff1e1..b6a16b4 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelTimeSeries.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.TimeSeries complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.TimeSeries complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.TimeSeries">
@@ -41,72 +41,56 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.TimeSeries", propOrder = {
- "history",
- "latest"
-})
+@XmlType(name = "hudson.model.TimeSeries", propOrder = { "history", "latest" })
@SuppressWarnings("all")
public class HudsonModelTimeSeries {
- protected List history;
- @XmlElement(required = true)
- protected Object latest;
+ protected List history;
+
+ @XmlElement(required = true)
+ protected Object latest;
- /**
- * Gets the value of the history property.
- *
- *
- * 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 history property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getHistory().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getHistory() {
- if (history == null) {
- history = new ArrayList();
- }
- return this.history;
- }
+ /**
+ * Gets the value of the history property.
+ *
+ * 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 history property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getHistory().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link Object }
+ */
+ public List getHistory() {
+ if (history == null) {
+ history = new ArrayList();
+ }
+ return this.history;
+ }
- /**
- * Gets the value of the latest property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getLatest() {
- return latest;
- }
+ /**
+ * Gets the value of the latest property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getLatest() {
+ return latest;
+ }
- /**
- * Sets the value of the latest property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setLatest(Object value) {
- this.latest = value;
- }
+ /**
+ * Sets the value of the latest property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setLatest(Object value) {
+ this.latest = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java
index 774411b..b6f42b0 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUser.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.User complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.User complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.User">
@@ -43,149 +43,118 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.User", propOrder = {
- "absoluteUrl",
- "description",
- "fullName",
- "id",
- "property"
-})
+@XmlType(name = "hudson.model.User", propOrder = { "absoluteUrl", "description", "fullName", "id", "property" })
@SuppressWarnings("all")
public class HudsonModelUser {
- protected String absoluteUrl;
- protected String description;
- protected String fullName;
- protected String id;
- protected List property;
-
- /**
- * Gets the value of the absoluteUrl property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getAbsoluteUrl() {
- return absoluteUrl;
- }
-
- /**
- * Sets the value of the absoluteUrl property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setAbsoluteUrl(String value) {
- this.absoluteUrl = value;
- }
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the fullName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getFullName() {
- return fullName;
- }
-
- /**
- * Sets the value of the fullName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setFullName(String value) {
- this.fullName = value;
- }
-
- /**
- * Gets the value of the id property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getId() {
- return id;
- }
-
- /**
- * Sets the value of the id property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setId(String value) {
- this.id = value;
- }
-
- /**
- * Gets the value of the property property.
- *
- *
- * 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 property property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getProperty().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelUserProperty }
- *
- *
- */
- public List getProperty() {
- if (property == null) {
- property = new ArrayList();
- }
- return this.property;
- }
+ protected String absoluteUrl;
+
+ protected String description;
+
+ protected String fullName;
+
+ protected String id;
+
+ protected List property;
+
+ /**
+ * Gets the value of the absoluteUrl property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getAbsoluteUrl() {
+ return absoluteUrl;
+ }
+
+ /**
+ * Sets the value of the absoluteUrl property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setAbsoluteUrl(String value) {
+ this.absoluteUrl = value;
+ }
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+ /**
+ * Gets the value of the fullName property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getFullName() {
+ return fullName;
+ }
+
+ /**
+ * Sets the value of the fullName property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setFullName(String value) {
+ this.fullName = value;
+ }
+
+ /**
+ * Gets the value of the id property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getId() {
+ return id;
+ }
+
+ /**
+ * Sets the value of the id property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setId(String value) {
+ this.id = value;
+ }
+
+ /**
+ * Gets the value of the property property.
+ *
+ * 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 property property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getProperty().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelUserProperty }
+ */
+ public List getProperty() {
+ if (property == null) {
+ property = new ArrayList();
+ }
+ return this.property;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java
index f021d48..f4b0002 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelUserProperty.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.UserProperty complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.UserProperty complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.UserProperty">
@@ -36,13 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.model.UserProperty")
@SuppressWarnings("all")
public class HudsonModelUserProperty {
-
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java
index 95e52cd..b6afe9c 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelView.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.View complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.View complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.View">
@@ -42,123 +42,97 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.View", propOrder = {
- "description",
- "job",
- "name",
- "url"
-})
+@XmlType(name = "hudson.model.View", propOrder = { "description", "job", "name", "url" })
@SuppressWarnings("all")
public class HudsonModelView {
- protected String description;
- protected List job;
- protected String name;
- protected String url;
-
- /**
- * Gets the value of the description property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDescription() {
- return description;
- }
-
- /**
- * Sets the value of the description property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDescription(String value) {
- this.description = value;
- }
-
- /**
- * Gets the value of the job property.
- *
- *
- * 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 job property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getJob().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getJob() {
- if (job == null) {
- job = new ArrayList();
- }
- return this.job;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the url property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUrl() {
- return url;
- }
-
- /**
- * Sets the value of the url property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUrl(String value) {
- this.url = value;
- }
+ protected String description;
+
+ protected List job;
+
+ protected String name;
+
+ protected String url;
+
+ /**
+ * Gets the value of the description property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getDescription() {
+ return description;
+ }
+
+ /**
+ * Sets the value of the description property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setDescription(String value) {
+ this.description = value;
+ }
+
+ /**
+ * Gets the value of the job property.
+ *
+ * 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 job property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getJob().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link Object }
+ */
+ public List getJob() {
+ if (job == null) {
+ job = new ArrayList();
+ }
+ return this.job;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the url property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getUrl() {
+ return url;
+ }
+
+ /**
+ * Sets the value of the url property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setUrl(String value) {
+ this.url = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java
index d295159..85d1ea8 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewPeople.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.View-People complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.View-People complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.View-People">
@@ -39,45 +39,34 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.View-People", propOrder = {
- "user"
-})
+@XmlType(name = "hudson.model.View-People", propOrder = { "user" })
@SuppressWarnings("all")
public class HudsonModelViewPeople {
- protected List user;
+ protected List user;
- /**
- * Gets the value of the user property.
- *
- *
- * 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 user property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getUser().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonModelViewUserInfo }
- *
- *
- */
- public List getUser() {
- if (user == null) {
- user = new ArrayList();
- }
- return this.user;
- }
+ /**
+ * Gets the value of the user property.
+ *
+ * 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 user property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getUser().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonModelViewUserInfo }
+ */
+ public List getUser() {
+ if (user == null) {
+ user = new ArrayList();
+ }
+ return this.user;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java
index 853f68c..5ef3b26 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelViewUserInfo.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.model.View-UserInfo complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.model.View-UserInfo complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.model.View-UserInfo">
@@ -39,92 +39,73 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.model.View-UserInfo", propOrder = {
- "lastChange",
- "project",
- "user"
-})
+@XmlType(name = "hudson.model.View-UserInfo", propOrder = { "lastChange", "project", "user" })
@SuppressWarnings("all")
public class HudsonModelViewUserInfo {
- protected Long lastChange;
- protected HudsonModelAbstractProject project;
- protected HudsonModelUser user;
+ protected Long lastChange;
+
+ protected HudsonModelAbstractProject project;
+
+ protected HudsonModelUser user;
- /**
- * Gets the value of the lastChange property.
- *
- * @return
- * possible object is
- * {@link Long }
- *
- */
- public Long getLastChange() {
- return lastChange;
- }
+ /**
+ * Gets the value of the lastChange property.
+ *
+ * @return possible object is {@link Long }
+ */
+ public Long getLastChange() {
+ return lastChange;
+ }
- /**
- * Sets the value of the lastChange property.
- *
- * @param value
- * allowed object is
- * {@link Long }
- *
- */
- public void setLastChange(Long value) {
- this.lastChange = value;
- }
+ /**
+ * Sets the value of the lastChange property.
+ *
+ * @param value
+ * allowed object is {@link Long }
+ */
+ public void setLastChange(Long value) {
+ this.lastChange = value;
+ }
- /**
- * Gets the value of the project property.
- *
- * @return
- * possible object is
- * {@link HudsonModelAbstractProject }
- *
- */
- public HudsonModelAbstractProject getProject() {
- return project;
- }
+ /**
+ * Gets the value of the project property.
+ *
+ * @return possible object is {@link HudsonModelAbstractProject }
+ */
+ public HudsonModelAbstractProject getProject() {
+ return project;
+ }
- /**
- * Sets the value of the project property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelAbstractProject }
- *
- */
- public void setProject(HudsonModelAbstractProject value) {
- this.project = value;
- }
+ /**
+ * Sets the value of the project property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelAbstractProject }
+ */
+ public void setProject(HudsonModelAbstractProject value) {
+ this.project = value;
+ }
- /**
- * Gets the value of the user property.
- *
- * @return
- * possible object is
- * {@link HudsonModelUser }
- *
- */
- public HudsonModelUser getUser() {
- return user;
- }
+ /**
+ * Gets the value of the user property.
+ *
+ * @return possible object is {@link HudsonModelUser }
+ */
+ public HudsonModelUser getUser() {
+ return user;
+ }
- /**
- * Sets the value of the user property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelUser }
- *
- */
- public void setUser(HudsonModelUser value) {
- this.user = value;
- }
+ /**
+ * Sets the value of the user property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelUser }
+ */
+ public void setUser(HudsonModelUser value) {
+ this.user = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java
index c59a202..b1c1825 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmChangeLogSet.java
@@ -22,11 +22,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.scm.ChangeLogSet complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.scm.ChangeLogSet complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.scm.ChangeLogSet">
@@ -40,71 +40,55 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.scm.ChangeLogSet", propOrder = {
- "item",
- "kind"
-})
+@XmlType(name = "hudson.scm.ChangeLogSet", propOrder = { "item", "kind" })
@SuppressWarnings("all")
public class HudsonScmChangeLogSet {
- protected List item;
- protected String kind;
+ protected List item;
+
+ protected String kind;
- /**
- * Gets the value of the item property.
- *
- *
- * 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 item property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getItem().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link Object }
- *
- *
- */
- public List getItem() {
- if (item == null) {
- item = new ArrayList();
- }
- return this.item;
- }
+ /**
+ * Gets the value of the item property.
+ *
+ * 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 item property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getItem().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link Object }
+ */
+ public List getItem() {
+ if (item == null) {
+ item = new ArrayList();
+ }
+ return this.item;
+ }
- /**
- * Gets the value of the kind property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getKind() {
- return kind;
- }
+ /**
+ * Gets the value of the kind property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getKind() {
+ return kind;
+ }
- /**
- * Sets the value of the kind property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setKind(String value) {
- this.kind = value;
- }
+ /**
+ * Sets the value of the kind property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setKind(String value) {
+ this.kind = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java
index ffa4ebe..10fc082 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmRepositoryBrowser.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.scm.RepositoryBrowser complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.scm.RepositoryBrowser complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.scm.RepositoryBrowser">
@@ -36,13 +36,10 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.scm.RepositoryBrowser")
@SuppressWarnings("all")
public class HudsonScmRepositoryBrowser {
-
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java
index 16b857f..632f087 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonScmSCM.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.scm.SCM complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.scm.SCM complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.scm.SCM">
@@ -38,66 +38,52 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.scm.SCM", propOrder = {
- "browser",
- "type"
-})
+@XmlType(name = "hudson.scm.SCM", propOrder = { "browser", "type" })
@SuppressWarnings("all")
public class HudsonScmSCM {
- protected HudsonScmRepositoryBrowser browser;
- protected String type;
+ protected HudsonScmRepositoryBrowser browser;
+
+ protected String type;
- /**
- * Gets the value of the browser property.
- *
- * @return
- * possible object is
- * {@link HudsonScmRepositoryBrowser }
- *
- */
- public HudsonScmRepositoryBrowser getBrowser() {
- return browser;
- }
+ /**
+ * Gets the value of the browser property.
+ *
+ * @return possible object is {@link HudsonScmRepositoryBrowser }
+ */
+ public HudsonScmRepositoryBrowser getBrowser() {
+ return browser;
+ }
- /**
- * Sets the value of the browser property.
- *
- * @param value
- * allowed object is
- * {@link HudsonScmRepositoryBrowser }
- *
- */
- public void setBrowser(HudsonScmRepositoryBrowser value) {
- this.browser = value;
- }
+ /**
+ * Sets the value of the browser property.
+ *
+ * @param value
+ * allowed object is {@link HudsonScmRepositoryBrowser }
+ */
+ public void setBrowser(HudsonScmRepositoryBrowser value) {
+ this.browser = value;
+ }
- /**
- * Gets the value of the type property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getType() {
- return type;
- }
+ /**
+ * Gets the value of the type property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getType() {
+ return type;
+ }
- /**
- * Sets the value of the type property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setType(String value) {
- this.type = value;
- }
+ /**
+ * Sets the value of the type property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setType(String value) {
+ this.type = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java
index aece8d7..e0fbf83 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResult.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.junit.CaseResult complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.junit.CaseResult complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.junit.CaseResult">
@@ -48,279 +48,228 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.tasks.junit.CaseResult", propOrder = {
- "age",
- "className",
- "duration",
- "errorDetails",
- "errorStackTrace",
- "failedSince",
- "name",
- "skipped",
- "status",
- "stderr",
- "stdout"
-})
+@XmlType(name = "hudson.tasks.junit.CaseResult", propOrder = { "age", "className", "duration", "errorDetails",
+ "errorStackTrace", "failedSince", "name", "skipped", "status", "stderr", "stdout" })
@SuppressWarnings("all")
-public class HudsonTasksJunitCaseResult
- extends HudsonTasksTestTestResult
-{
-
- protected int age;
- protected String className;
- @XmlElement(required = true)
- protected Object duration;
- protected String errorDetails;
- protected String errorStackTrace;
- protected int failedSince;
- protected String name;
- protected boolean skipped;
- protected HudsonTasksJunitCaseResultStatus status;
- protected String stderr;
- protected String stdout;
-
- /**
- * Gets the value of the age property.
- *
- */
- public int getAge() {
- return age;
- }
-
- /**
- * Sets the value of the age property.
- *
- */
- public void setAge(int value) {
- this.age = value;
- }
-
- /**
- * Gets the value of the className property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getClassName() {
- return className;
- }
-
- /**
- * Sets the value of the className property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setClassName(String value) {
- this.className = value;
- }
-
- /**
- * Gets the value of the duration property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getDuration() {
- return duration;
- }
-
- /**
- * Sets the value of the duration property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setDuration(Object value) {
- this.duration = value;
- }
-
- /**
- * Gets the value of the errorDetails property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getErrorDetails() {
- return errorDetails;
- }
-
- /**
- * Sets the value of the errorDetails property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setErrorDetails(String value) {
- this.errorDetails = value;
- }
-
- /**
- * Gets the value of the errorStackTrace property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getErrorStackTrace() {
- return errorStackTrace;
- }
-
- /**
- * Sets the value of the errorStackTrace property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setErrorStackTrace(String value) {
- this.errorStackTrace = value;
- }
-
- /**
- * Gets the value of the failedSince property.
- *
- */
- public int getFailedSince() {
- return failedSince;
- }
-
- /**
- * Sets the value of the failedSince property.
- *
- */
- public void setFailedSince(int value) {
- this.failedSince = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the skipped property.
- *
- */
- public boolean isSkipped() {
- return skipped;
- }
-
- /**
- * Sets the value of the skipped property.
- *
- */
- public void setSkipped(boolean value) {
- this.skipped = value;
- }
-
- /**
- * Gets the value of the status property.
- *
- * @return
- * possible object is
- * {@link HudsonTasksJunitCaseResultStatus }
- *
- */
- public HudsonTasksJunitCaseResultStatus getStatus() {
- return status;
- }
-
- /**
- * Sets the value of the status property.
- *
- * @param value
- * allowed object is
- * {@link HudsonTasksJunitCaseResultStatus }
- *
- */
- public void setStatus(HudsonTasksJunitCaseResultStatus value) {
- this.status = value;
- }
-
- /**
- * Gets the value of the stderr property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStderr() {
- return stderr;
- }
-
- /**
- * Sets the value of the stderr property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStderr(String value) {
- this.stderr = value;
- }
-
- /**
- * Gets the value of the stdout property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStdout() {
- return stdout;
- }
-
- /**
- * Sets the value of the stdout property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStdout(String value) {
- this.stdout = value;
- }
+public class HudsonTasksJunitCaseResult extends HudsonTasksTestTestResult {
+
+ protected int age;
+
+ protected String className;
+
+ @XmlElement(required = true)
+ protected Object duration;
+
+ protected String errorDetails;
+
+ protected String errorStackTrace;
+
+ protected int failedSince;
+
+ protected String name;
+
+ protected boolean skipped;
+
+ protected HudsonTasksJunitCaseResultStatus status;
+
+ protected String stderr;
+
+ protected String stdout;
+
+ /**
+ * Gets the value of the age property.
+ */
+ public int getAge() {
+ return age;
+ }
+
+ /**
+ * Sets the value of the age property.
+ */
+ public void setAge(int value) {
+ this.age = value;
+ }
+
+ /**
+ * Gets the value of the className property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getClassName() {
+ return className;
+ }
+
+ /**
+ * Sets the value of the className property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setClassName(String value) {
+ this.className = value;
+ }
+
+ /**
+ * Gets the value of the duration property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getDuration() {
+ return duration;
+ }
+
+ /**
+ * Sets the value of the duration property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setDuration(Object value) {
+ this.duration = value;
+ }
+
+ /**
+ * Gets the value of the errorDetails property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getErrorDetails() {
+ return errorDetails;
+ }
+
+ /**
+ * Sets the value of the errorDetails property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setErrorDetails(String value) {
+ this.errorDetails = value;
+ }
+
+ /**
+ * Gets the value of the errorStackTrace property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getErrorStackTrace() {
+ return errorStackTrace;
+ }
+
+ /**
+ * Sets the value of the errorStackTrace property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setErrorStackTrace(String value) {
+ this.errorStackTrace = value;
+ }
+
+ /**
+ * Gets the value of the failedSince property.
+ */
+ public int getFailedSince() {
+ return failedSince;
+ }
+
+ /**
+ * Sets the value of the failedSince property.
+ */
+ public void setFailedSince(int value) {
+ this.failedSince = value;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the skipped property.
+ */
+ public boolean isSkipped() {
+ return skipped;
+ }
+
+ /**
+ * Sets the value of the skipped property.
+ */
+ public void setSkipped(boolean value) {
+ this.skipped = value;
+ }
+
+ /**
+ * Gets the value of the status property.
+ *
+ * @return possible object is {@link HudsonTasksJunitCaseResultStatus }
+ */
+ public HudsonTasksJunitCaseResultStatus getStatus() {
+ return status;
+ }
+
+ /**
+ * Sets the value of the status property.
+ *
+ * @param value
+ * allowed object is {@link HudsonTasksJunitCaseResultStatus }
+ */
+ public void setStatus(HudsonTasksJunitCaseResultStatus value) {
+ this.status = value;
+ }
+
+ /**
+ * Gets the value of the stderr property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getStderr() {
+ return stderr;
+ }
+
+ /**
+ * Sets the value of the stderr property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setStderr(String value) {
+ this.stderr = value;
+ }
+
+ /**
+ * Gets the value of the stdout property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getStdout() {
+ return stdout;
+ }
+
+ /**
+ * Sets the value of the stdout property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setStdout(String value) {
+ this.stdout = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java
index b74e2bb..7fdbec2 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitCaseResultStatus.java
@@ -19,12 +19,13 @@
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.junit.CaseResult-Status.
- *
- *
The following schema fragment specifies the expected content contained within this class.
*
+ * Java class for hudson.tasks.junit.CaseResult-Status.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
+ *
+ *
*
* <simpleType name="hudson.tasks.junit.CaseResult-Status">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
@@ -36,25 +37,20 @@
* </restriction>
* </simpleType>
*
- *
*/
@XmlType(name = "hudson.tasks.junit.CaseResult-Status")
@XmlEnum
@SuppressWarnings("all")
public enum HudsonTasksJunitCaseResultStatus {
- PASSED,
- SKIPPED,
- FAILED,
- FIXED,
- REGRESSION;
+ PASSED, SKIPPED, FAILED, FIXED, REGRESSION;
- public String value() {
- return name();
- }
+ public String value() {
+ return name();
+ }
- public static HudsonTasksJunitCaseResultStatus fromValue(String v) {
- return valueOf(v);
- }
+ public static HudsonTasksJunitCaseResultStatus fromValue(String v) {
+ return valueOf(v);
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java
index f1e9b24..5cafd39 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitSuiteResult.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.junit.SuiteResult complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.junit.SuiteResult complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.junit.SuiteResult">
@@ -45,177 +45,142 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.tasks.junit.SuiteResult", propOrder = {
- "_case",
- "duration",
- "name",
- "stderr",
- "stdout",
- "timestamp"
-})
+@XmlType(name = "hudson.tasks.junit.SuiteResult", propOrder = { "_case", "duration", "name", "stderr", "stdout",
+ "timestamp" })
@SuppressWarnings("all")
public class HudsonTasksJunitSuiteResult {
- @XmlElement(name = "case")
- protected List _case;
- @XmlElement(required = true)
- protected Object duration;
- protected String name;
- protected String stderr;
- protected String stdout;
- protected String timestamp;
-
- /**
- * Gets the value of the case property.
- *
- *
- * 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 case property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getCase().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonTasksJunitCaseResult }
- *
- *
- */
- public List getCase() {
- if (_case == null) {
- _case = new ArrayList();
- }
- return this._case;
- }
-
- /**
- * Gets the value of the duration property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getDuration() {
- return duration;
- }
-
- /**
- * Sets the value of the duration property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setDuration(Object value) {
- this.duration = value;
- }
-
- /**
- * Gets the value of the name property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the value of the name property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setName(String value) {
- this.name = value;
- }
-
- /**
- * Gets the value of the stderr property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStderr() {
- return stderr;
- }
-
- /**
- * Sets the value of the stderr property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStderr(String value) {
- this.stderr = value;
- }
-
- /**
- * Gets the value of the stdout property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getStdout() {
- return stdout;
- }
-
- /**
- * Sets the value of the stdout property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setStdout(String value) {
- this.stdout = value;
- }
-
- /**
- * Gets the value of the timestamp property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getTimestamp() {
- return timestamp;
- }
-
- /**
- * Sets the value of the timestamp property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setTimestamp(String value) {
- this.timestamp = value;
- }
+ @XmlElement(name = "case")
+ protected List _case;
+
+ @XmlElement(required = true)
+ protected Object duration;
+
+ protected String name;
+
+ protected String stderr;
+
+ protected String stdout;
+
+ protected String timestamp;
+
+ /**
+ * Gets the value of the case property.
+ *
+ * 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 case property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getCase().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonTasksJunitCaseResult }
+ */
+ public List getCase() {
+ if (_case == null) {
+ _case = new ArrayList();
+ }
+ return this._case;
+ }
+
+ /**
+ * Gets the value of the duration property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getDuration() {
+ return duration;
+ }
+
+ /**
+ * Sets the value of the duration property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setDuration(Object value) {
+ this.duration = value;
+ }
+
+ /**
+ * Gets the value of the name property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getName() {
+ return name;
+ }
+
+ /**
+ * Sets the value of the name property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setName(String value) {
+ this.name = value;
+ }
+
+ /**
+ * Gets the value of the stderr property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getStderr() {
+ return stderr;
+ }
+
+ /**
+ * Sets the value of the stderr property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setStderr(String value) {
+ this.stderr = value;
+ }
+
+ /**
+ * Gets the value of the stdout property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getStdout() {
+ return stdout;
+ }
+
+ /**
+ * Sets the value of the stdout property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setStdout(String value) {
+ this.stdout = value;
+ }
+
+ /**
+ * Gets the value of the timestamp property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getTimestamp() {
+ return timestamp;
+ }
+
+ /**
+ * Sets the value of the timestamp property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setTimestamp(String value) {
+ this.timestamp = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java
index 84103f6..de987ad 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestObject.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.junit.TestObject complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.junit.TestObject complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.junit.TestObject">
@@ -37,16 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.tasks.junit.TestObject")
-@XmlSeeAlso({
- HudsonTasksTestTestObject.class
-})
+@XmlSeeAlso({ HudsonTasksTestTestObject.class })
@SuppressWarnings("all")
public class HudsonTasksJunitTestObject {
-
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java
index 69fb847..7329f3c 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksJunitTestResult.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.junit.TestResult complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.junit.TestResult complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.junit.TestResult">
@@ -44,128 +44,105 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.tasks.junit.TestResult", propOrder = {
- "duration",
- "failCount",
- "passCount",
- "skipCount",
- "suite"
-})
+@XmlType(name = "hudson.tasks.junit.TestResult", propOrder = { "duration", "failCount", "passCount", "skipCount",
+ "suite" })
@SuppressWarnings("all")
-public class HudsonTasksJunitTestResult
- extends HudsonTasksTestMetaTabulatedResult
-{
-
- @XmlElement(required = true)
- protected Object duration;
- protected int failCount;
- protected int passCount;
- protected int skipCount;
- protected List suite;
-
- /**
- * Gets the value of the duration property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getDuration() {
- return duration;
- }
-
- /**
- * Sets the value of the duration property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setDuration(Object value) {
- this.duration = value;
- }
-
- /**
- * Gets the value of the failCount property.
- *
- */
- public int getFailCount() {
- return failCount;
- }
-
- /**
- * Sets the value of the failCount property.
- *
- */
- public void setFailCount(int value) {
- this.failCount = value;
- }
-
- /**
- * Gets the value of the passCount property.
- *
- */
- public int getPassCount() {
- return passCount;
- }
-
- /**
- * Sets the value of the passCount property.
- *
- */
- public void setPassCount(int value) {
- this.passCount = value;
- }
-
- /**
- * Gets the value of the skipCount property.
- *
- */
- public int getSkipCount() {
- return skipCount;
- }
-
- /**
- * Sets the value of the skipCount property.
- *
- */
- public void setSkipCount(int value) {
- this.skipCount = value;
- }
-
- /**
- * Gets the value of the suite property.
- *
- *
- * 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 suite property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getSuite().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonTasksJunitSuiteResult }
- *
- *
- */
- public List getSuite() {
- if (suite == null) {
- suite = new ArrayList();
- }
- return this.suite;
- }
+public class HudsonTasksJunitTestResult extends HudsonTasksTestMetaTabulatedResult {
+
+ @XmlElement(required = true)
+ protected Object duration;
+
+ protected int failCount;
+
+ protected int passCount;
+
+ protected int skipCount;
+
+ protected List suite;
+
+ /**
+ * Gets the value of the duration property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getDuration() {
+ return duration;
+ }
+
+ /**
+ * Sets the value of the duration property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setDuration(Object value) {
+ this.duration = value;
+ }
+
+ /**
+ * Gets the value of the failCount property.
+ */
+ public int getFailCount() {
+ return failCount;
+ }
+
+ /**
+ * Sets the value of the failCount property.
+ */
+ public void setFailCount(int value) {
+ this.failCount = value;
+ }
+
+ /**
+ * Gets the value of the passCount property.
+ */
+ public int getPassCount() {
+ return passCount;
+ }
+
+ /**
+ * Sets the value of the passCount property.
+ */
+ public void setPassCount(int value) {
+ this.passCount = value;
+ }
+
+ /**
+ * Gets the value of the skipCount property.
+ */
+ public int getSkipCount() {
+ return skipCount;
+ }
+
+ /**
+ * Sets the value of the skipCount property.
+ */
+ public void setSkipCount(int value) {
+ this.skipCount = value;
+ }
+
+ /**
+ * Gets the value of the suite property.
+ *
+ * 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 suite property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getSuite().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list {@link HudsonTasksJunitSuiteResult }
+ */
+ public List getSuite() {
+ if (suite == null) {
+ suite = new ArrayList();
+ }
+ return this.suite;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java
index 900da37..f8079f5 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAbstractTestResultAction.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.AbstractTestResultAction complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.AbstractTestResultAction complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.AbstractTestResultAction">
@@ -41,97 +41,81 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.tasks.test.AbstractTestResultAction", propOrder = {
- "failCount",
- "skipCount",
- "totalCount",
- "urlName"
-})
-@XmlSeeAlso({
- HudsonTasksTestAggregatedTestResultAction.class
-})
+@XmlType(name = "hudson.tasks.test.AbstractTestResultAction", propOrder = { "failCount", "skipCount", "totalCount",
+ "urlName" })
+@XmlSeeAlso({ HudsonTasksTestAggregatedTestResultAction.class })
@SuppressWarnings("all")
public class HudsonTasksTestAbstractTestResultAction {
- protected int failCount;
- protected int skipCount;
- protected int totalCount;
- protected String urlName;
-
- /**
- * Gets the value of the failCount property.
- *
- */
- public int getFailCount() {
- return failCount;
- }
-
- /**
- * Sets the value of the failCount property.
- *
- */
- public void setFailCount(int value) {
- this.failCount = value;
- }
-
- /**
- * Gets the value of the skipCount property.
- *
- */
- public int getSkipCount() {
- return skipCount;
- }
-
- /**
- * Sets the value of the skipCount property.
- *
- */
- public void setSkipCount(int value) {
- this.skipCount = value;
- }
-
- /**
- * Gets the value of the totalCount property.
- *
- */
- public int getTotalCount() {
- return totalCount;
- }
-
- /**
- * Sets the value of the totalCount property.
- *
- */
- public void setTotalCount(int value) {
- this.totalCount = value;
- }
-
- /**
- * Gets the value of the urlName property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getUrlName() {
- return urlName;
- }
-
- /**
- * Sets the value of the urlName property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setUrlName(String value) {
- this.urlName = value;
- }
+ protected int failCount;
+
+ protected int skipCount;
+
+ protected int totalCount;
+
+ protected String urlName;
+
+ /**
+ * Gets the value of the failCount property.
+ */
+ public int getFailCount() {
+ return failCount;
+ }
+
+ /**
+ * Sets the value of the failCount property.
+ */
+ public void setFailCount(int value) {
+ this.failCount = value;
+ }
+
+ /**
+ * Gets the value of the skipCount property.
+ */
+ public int getSkipCount() {
+ return skipCount;
+ }
+
+ /**
+ * Sets the value of the skipCount property.
+ */
+ public void setSkipCount(int value) {
+ this.skipCount = value;
+ }
+
+ /**
+ * Gets the value of the totalCount property.
+ */
+ public int getTotalCount() {
+ return totalCount;
+ }
+
+ /**
+ * Sets the value of the totalCount property.
+ */
+ public void setTotalCount(int value) {
+ this.totalCount = value;
+ }
+
+ /**
+ * Gets the value of the urlName property.
+ *
+ * @return possible object is {@link String }
+ */
+ public String getUrlName() {
+ return urlName;
+ }
+
+ /**
+ * Sets the value of the urlName property.
+ *
+ * @param value
+ * allowed object is {@link String }
+ */
+ public void setUrlName(String value) {
+ this.urlName = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java
index 08c304b..8b5baa9 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultAction.java
@@ -23,11 +23,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.AggregatedTestResultAction complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.AggregatedTestResultAction complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.AggregatedTestResultAction">
@@ -40,50 +40,36 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction", propOrder = {
- "childReport"
-})
-@XmlSeeAlso({
- HudsonMavenReportersSurefireAggregatedReport.class
-})
+@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction", propOrder = { "childReport" })
+@XmlSeeAlso({ HudsonMavenReportersSurefireAggregatedReport.class })
@SuppressWarnings("all")
-public class HudsonTasksTestAggregatedTestResultAction
- extends HudsonTasksTestAbstractTestResultAction
-{
+public class HudsonTasksTestAggregatedTestResultAction extends HudsonTasksTestAbstractTestResultAction {
- protected List childReport;
+ protected List childReport;
- /**
- * Gets the value of the childReport property.
- *
- *
- * 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 childReport property.
- *
- *
- * For example, to add a new item, do as follows:
- *
- * getChildReport().add(newItem);
- *
- *
- *
- *
- * Objects of the following type(s) are allowed in the list
- * {@link HudsonTasksTestAggregatedTestResultActionChildReport }
- *
- *
- */
- public List getChildReport() {
- if (childReport == null) {
- childReport = new ArrayList();
- }
- return this.childReport;
- }
+ /**
+ * Gets the value of the childReport property.
+ *
+ * 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 childReport property.
+ *
+ * For example, to add a new item, do as follows:
+ *
+ *
+ * getChildReport().add(newItem);
+ *
+ *
+ * Objects of the following type(s) are allowed in the list
+ * {@link HudsonTasksTestAggregatedTestResultActionChildReport }
+ */
+ public List getChildReport() {
+ if (childReport == null) {
+ childReport = new ArrayList();
+ }
+ return this.childReport;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java
index 1247f33..6bc4bc1 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestAggregatedTestResultActionChildReport.java
@@ -20,11 +20,11 @@
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.AggregatedTestResultAction-ChildReport complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.AggregatedTestResultAction-ChildReport complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.AggregatedTestResultAction-ChildReport">
@@ -38,66 +38,52 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction-ChildReport", propOrder = {
- "child",
- "result"
-})
+@XmlType(name = "hudson.tasks.test.AggregatedTestResultAction-ChildReport", propOrder = { "child", "result" })
@SuppressWarnings("all")
public class HudsonTasksTestAggregatedTestResultActionChildReport {
- protected HudsonModelAbstractBuild child;
- protected Object result;
+ protected HudsonModelAbstractBuild child;
+
+ protected Object result;
- /**
- * Gets the value of the child property.
- *
- * @return
- * possible object is
- * {@link HudsonModelAbstractBuild }
- *
- */
- public HudsonModelAbstractBuild getChild() {
- return child;
- }
+ /**
+ * Gets the value of the child property.
+ *
+ * @return possible object is {@link HudsonModelAbstractBuild }
+ */
+ public HudsonModelAbstractBuild getChild() {
+ return child;
+ }
- /**
- * Sets the value of the child property.
- *
- * @param value
- * allowed object is
- * {@link HudsonModelAbstractBuild }
- *
- */
- public void setChild(HudsonModelAbstractBuild value) {
- this.child = value;
- }
+ /**
+ * Sets the value of the child property.
+ *
+ * @param value
+ * allowed object is {@link HudsonModelAbstractBuild }
+ */
+ public void setChild(HudsonModelAbstractBuild value) {
+ this.child = value;
+ }
- /**
- * Gets the value of the result property.
- *
- * @return
- * possible object is
- * {@link Object }
- *
- */
- public Object getResult() {
- return result;
- }
+ /**
+ * Gets the value of the result property.
+ *
+ * @return possible object is {@link Object }
+ */
+ public Object getResult() {
+ return result;
+ }
- /**
- * Sets the value of the result property.
- *
- * @param value
- * allowed object is
- * {@link Object }
- *
- */
- public void setResult(Object value) {
- this.result = value;
- }
+ /**
+ * Sets the value of the result property.
+ *
+ * @param value
+ * allowed object is {@link Object }
+ */
+ public void setResult(Object value) {
+ this.result = value;
+ }
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java
index e4e1d44..5d86c34 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestMetaTabulatedResult.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.MetaTabulatedResult complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.MetaTabulatedResult complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.MetaTabulatedResult">
@@ -37,18 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.tasks.test.MetaTabulatedResult")
-@XmlSeeAlso({
- HudsonTasksJunitTestResult.class
-})
+@XmlSeeAlso({ HudsonTasksJunitTestResult.class })
@SuppressWarnings("all")
-public class HudsonTasksTestMetaTabulatedResult
- extends HudsonTasksTestTabulatedResult
-{
-
+public class HudsonTasksTestMetaTabulatedResult extends HudsonTasksTestTabulatedResult {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java
index 646946a..00741a4 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTabulatedResult.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.TabulatedResult complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.TabulatedResult complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.TabulatedResult">
@@ -37,18 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.tasks.test.TabulatedResult")
-@XmlSeeAlso({
- HudsonTasksTestMetaTabulatedResult.class
-})
+@XmlSeeAlso({ HudsonTasksTestMetaTabulatedResult.class })
@SuppressWarnings("all")
-public class HudsonTasksTestTabulatedResult
- extends HudsonTasksTestTestResult
-{
-
+public class HudsonTasksTestTabulatedResult extends HudsonTasksTestTestResult {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java
index 44d34e6..1caf0cc 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestObject.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.TestObject complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.TestObject complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.TestObject">
@@ -37,18 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.tasks.test.TestObject")
-@XmlSeeAlso({
- HudsonTasksTestTestResult.class
-})
+@XmlSeeAlso({ HudsonTasksTestTestResult.class })
@SuppressWarnings("all")
-public class HudsonTasksTestTestObject
- extends HudsonTasksJunitTestObject
-{
-
+public class HudsonTasksTestTestObject extends HudsonTasksJunitTestObject {
}
diff --git a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java
index c74ceda..9f2e0bd 100644
--- a/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java
+++ b/org.eclipse.mylyn.hudson.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonTasksTestTestResult.java
@@ -21,11 +21,11 @@
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
-
/**
- * Java class for hudson.tasks.test.TestResult complex type.
- *
- *
The following schema fragment specifies the expected content contained within this class.
+ *
+ * Java class for hudson.tasks.test.TestResult complex type.
+ *
+ * The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="hudson.tasks.test.TestResult">
@@ -37,19 +37,11 @@
* </complexContent>
* </complexType>
*
- *
- *
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "hudson.tasks.test.TestResult")
-@XmlSeeAlso({
- HudsonTasksTestTabulatedResult.class,
- HudsonTasksJunitCaseResult.class
-})
+@XmlSeeAlso({ HudsonTasksTestTabulatedResult.class, HudsonTasksJunitCaseResult.class })
@SuppressWarnings("all")
-public class HudsonTasksTestTestResult
- extends HudsonTasksTestTestObject
-{
-
+public class HudsonTasksTestTestResult extends HudsonTasksTestTestObject {
}
diff --git a/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java b/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java
index 5c9ab73..4521caa 100644
--- a/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java
+++ b/org.eclipse.mylyn.hudson.core/src/org/eclipse/mylyn/internal/hudson/core/client/HudsonOperation.java
@@ -134,9 +134,8 @@ private void updateCrumb(IOperationMonitor monitor) throws IOException {
InputStream in = HttpUtil.getResponseBodyAsStream(response.getEntity(), monitor);
try {
String charSet = EntityUtils.getContentCharSet(response.getEntity());
- BufferedReader reader = new BufferedReader(new InputStreamReader(in, (charSet != null)
- ? charSet
- : "UTF-8")); //$NON-NLS-1$
+ BufferedReader reader = new BufferedReader(
+ new InputStreamReader(in, (charSet != null) ? charSet : "UTF-8")); //$NON-NLS-1$
HtmlStreamTokenizer tokenizer = new HtmlStreamTokenizer(reader, null);
for (Token token = tokenizer.nextToken(); token.getType() != Token.EOF; token = tokenizer.nextToken()) {
if (token.getType() == Token.TAG) {
@@ -173,20 +172,20 @@ public T run() throws HudsonException {
}
}
- protected T doProcess(CommonHttpResponse response, IOperationMonitor monitor) throws IOException, HudsonException,
- JAXBException {
+ protected T doProcess(CommonHttpResponse response, IOperationMonitor monitor)
+ throws IOException, HudsonException, JAXBException {
return null;
}
- protected void doValidate(CommonHttpResponse response, IOperationMonitor monitor) throws IOException,
- HudsonException {
+ protected void doValidate(CommonHttpResponse response, IOperationMonitor monitor)
+ throws IOException, HudsonException {
validate(response, HttpStatus.SC_OK, monitor);
}
protected abstract T execute() throws IOException, HudsonException, JAXBException;
- protected T process(CommonHttpResponse response, IOperationMonitor monitor) throws IOException, HudsonException,
- JAXBException {
+ protected T process(CommonHttpResponse response, IOperationMonitor monitor)
+ throws IOException, HudsonException, JAXBException {
try {
doValidate(response, monitor);
return doProcess(response, monitor);
@@ -215,8 +214,8 @@ protected HttpPost createPostRequest(String requestPath) {
return post;
}
- protected T processAndRelease(CommonHttpResponse response, IOperationMonitor monitor) throws IOException,
- HudsonException, JAXBException {
+ protected T processAndRelease(CommonHttpResponse response, IOperationMonitor monitor)
+ throws IOException, HudsonException, JAXBException {
try {
doValidate(response, monitor);
return doProcess(response, monitor);
@@ -230,8 +229,8 @@ protected void validate(CommonHttpResponse response, int expected, IOperationMon
int statusCode = response.getStatusCode();
if (statusCode != expected) {
if (statusCode == HttpStatus.SC_NOT_FOUND) {
- throw new HudsonResourceNotFoundException(NLS.bind("Requested resource ''{0}'' does not exist",
- response.getRequestPath()));
+ throw new HudsonResourceNotFoundException(
+ NLS.bind("Requested resource ''{0}'' does not exist", response.getRequestPath()));
}
throw new HudsonException(NLS.bind("Unexpected response from Hudson server for ''{0}'': {1}",
response.getRequestPath(), HttpUtil.getStatusText(statusCode)));
diff --git a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java
index 9c2bc6a..760baa8 100644
--- a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java
+++ b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/client/HudsonUrlTest.java
@@ -34,8 +34,9 @@ public void testQuotes() throws Exception {
}
private String createHudsonUrl(String buildName) throws UnsupportedEncodingException {
- return HudsonUrl.create("http://hudson.com").depth(1).include("/hudson/job") //$NON-NLS-1$
- .match("name", Collections.singletonList(buildName)) //$NON-NLS-1$
+ return HudsonUrl.create("http://hudson.com") //$NON-NLS-1$
+ .depth(1)
+ .include("/hudson/job").match("name", Collections.singletonList(buildName)) //$NON-NLS-2$
.exclude("/hudson/job/build") //$NON-NLS-1$
.toUrl();
}
diff --git a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java
index 8e8e82c..9ecac39 100644
--- a/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java
+++ b/org.eclipse.mylyn.hudson.tests/src/org/eclipse/mylyn/hudson/tests/support/HudsonTestUtil.java
@@ -70,8 +70,8 @@ public static T poll(Callable callable) throws Exception {
lastException = e;
} catch (HudsonException e) {
if (e.getMessage().contains("Bad Gateway") && badGatewayCounter-- > 0) {// log and try again
- StatusHandler.log(new Status(IStatus.ERROR, "org.eclipse.mylyn.hudson.tests", "Bad Gateway #"
- + badGatewayCounter, e));
+ StatusHandler.log(new Status(IStatus.ERROR, "org.eclipse.mylyn.hudson.tests",
+ "Bad Gateway #" + badGatewayCounter, e));
} else {
throw e;
}
diff --git a/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java b/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java
index 1d0d6ad..3d584b9 100644
--- a/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java
+++ b/org.eclipse.mylyn.hudson.ui/src/org/eclipse/mylyn/internal/hudson/ui/HudsonDiscovery.java
@@ -65,32 +65,34 @@ public void serviceDiscovered(IServiceEvent anEvent) {
IServiceProperties properties = serviceInfo.getServiceProperties();
try {
if (properties.getProperty(URL_PROPERTY) == null) {
- notifyMessage(Messages.JenkinsDiscovery_MessageTitle, NLS.bind(
- Messages.JenkinsDiscovery_MissingURL, new Object[] { serviceInfo.getLocation()
- .getHost() }));
+ notifyMessage(Messages.JenkinsDiscovery_MessageTitle,
+ NLS.bind(Messages.JenkinsDiscovery_MissingURL,
+ new Object[] { serviceInfo.getLocation().getHost() }));
} else {
issueJenkinsNotification(properties);
}
} catch (URISyntaxException e) {
- StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN, NLS.bind(
- Messages.Discovery_IncorrectURI, new Object[] { properties.getProperty(URL_PROPERTY)
- .toString() }), e));
+ StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN,
+ NLS.bind(Messages.Discovery_IncorrectURI,
+ new Object[] { properties.getProperty(URL_PROPERTY).toString() }),
+ e));
}
}
if (serviceTypeId.getName().equals(HUDSON_MDNS_ID)) {
IServiceProperties properties = serviceInfo.getServiceProperties();
try {
if (properties.getProperty(URL_PROPERTY) == null) {
- notifyMessage(Messages.HudsonDiscovery_MessageTitle, NLS.bind(
- Messages.HudsonDiscovery_MissingURL,
- new Object[] { serviceInfo.getLocation().getHost() }));
+ notifyMessage(Messages.HudsonDiscovery_MessageTitle,
+ NLS.bind(Messages.HudsonDiscovery_MissingURL,
+ new Object[] { serviceInfo.getLocation().getHost() }));
} else {
issueHudsonNotification(properties);
}
} catch (URISyntaxException e) {
- StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN, NLS.bind(
- Messages.Discovery_IncorrectURI, new Object[] { properties.getProperty(URL_PROPERTY)
- .toString() }), e));
+ StatusHandler.log(new Status(IStatus.ERROR, HudsonConnectorUi.ID_PLUGIN,
+ NLS.bind(Messages.Discovery_IncorrectURI,
+ new Object[] { properties.getProperty(URL_PROPERTY).toString() }),
+ e));
}
}
}
@@ -178,10 +180,8 @@ private void issueHudsonNotification(IServiceProperties properties) throws URISy
String url = properties.getProperty(URL_PROPERTY).toString();
String id = getId(properties);
if (isNew(url, id)) {
- notifyMessage(
- Messages.HudsonDiscovery_MessageTitle,
- NLS.bind(Messages.HudsonDiscovery_MessageText, new Object[] { url,
- Messages.HudsonDiscovery_ServerName, url, id }));
+ notifyMessage(Messages.HudsonDiscovery_MessageTitle, NLS.bind(Messages.HudsonDiscovery_MessageText,
+ new Object[] { url, Messages.HudsonDiscovery_ServerName, url, id }));
}
}
@@ -191,10 +191,8 @@ private void issueJenkinsNotification(IServiceProperties properties) throws URIS
if (isNew(url, id)) {
// Change the first segment (org.eclipse.mylyn.hudson) to the id of
// the new repository type when we start differentiation between the two
- notifyMessage(
- Messages.JenkinsDiscovery_MessageTitle,
- NLS.bind(Messages.JenkinsDiscovery_MessageText, new Object[] { url,
- Messages.JenkinsDiscovery_ServerName, url, id }));
+ notifyMessage(Messages.JenkinsDiscovery_MessageTitle, NLS.bind(Messages.JenkinsDiscovery_MessageText,
+ new Object[] { url, Messages.JenkinsDiscovery_ServerName, url, id }));
}
}