Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -28,7 +28,7 @@
* Java class for hudson.matrix.MatrixBuild complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.matrix.MatrixBuild"&gt;
* &lt;complexContent&gt;
Expand All @@ -55,7 +55,7 @@ public class HudsonMatrixMatrixBuild extends HudsonModelAbstractBuild {
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the run property.
* <p>
* For example, to add a new item, do as follows:
*
*
* <pre>
* getRun().add(newItem);
* </pre>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -25,7 +25,7 @@
* Java class for hudson.matrix.MatrixConfiguration complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.matrix.MatrixConfiguration"&gt;
* &lt;complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -28,7 +28,7 @@
* Java class for hudson.matrix.MatrixProject complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.matrix.MatrixProject"&gt;
* &lt;complexContent&gt;
Expand All @@ -55,7 +55,7 @@ public class HudsonMatrixMatrixProject extends HudsonModelAbstractProject {
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the activeConfiguration property.
* <p>
* For example, to add a new item, do as follows:
*
*
* <pre>
* getActiveConfiguration().add(newItem);
* </pre>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -25,7 +25,7 @@
* Java class for hudson.matrix.MatrixRun complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.matrix.MatrixRun"&gt;
* &lt;complexContent&gt;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -26,7 +26,7 @@
* Java class for hudson.maven.AbstractMavenBuild complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.maven.AbstractMavenBuild">
* &lt;complexContent>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -25,7 +25,7 @@
* Java class for hudson.maven.MavenModuleSetBuild complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.maven.MavenModuleSetBuild">
* &lt;complexContent>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -25,7 +25,7 @@
* Java class for hudson.maven.reporters.SurefireAggregatedReport complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.maven.reporters.SurefireAggregatedReport">
* &lt;complexContent>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -28,7 +28,7 @@
* Java class for hudson.model.AbstractBuild complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.model.AbstractBuild">
* &lt;complexContent>
Expand Down Expand Up @@ -56,7 +56,7 @@ public class HudsonModelAbstractBuild extends HudsonModelRun {

/**
* Gets the value of the builtOn property.
*
*
* @return possible object is {@link String }
*/
public String getBuiltOn() {
Expand All @@ -65,7 +65,7 @@ public String getBuiltOn() {

/**
* Sets the value of the builtOn property.
*
*
* @param value
* allowed object is {@link String }
*/
Expand All @@ -75,7 +75,7 @@ public void setBuiltOn(String value) {

/**
* Gets the value of the changeSet property.
*
*
* @return possible object is {@link HudsonScmChangeLogSet }
*/
public HudsonScmChangeLogSet getChangeSet() {
Expand All @@ -84,7 +84,7 @@ public HudsonScmChangeLogSet getChangeSet() {

/**
* Sets the value of the changeSet property.
*
*
* @param value
* allowed object is {@link HudsonScmChangeLogSet }
*/
Expand All @@ -99,7 +99,7 @@ public void setChangeSet(HudsonScmChangeLogSet value) {
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the culprit property.
* <p>
* For example, to add a new item, do as follows:
*
*
* <pre>
* getCulprit().add(newItem);
* </pre>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -26,7 +26,7 @@
* Java class for hudson.model.AbstractItem complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.model.AbstractItem">
* &lt;complexContent>
Expand Down Expand Up @@ -58,7 +58,7 @@ public class HudsonModelAbstractItem extends HudsonModelActionable {

/**
* Gets the value of the description property.
*
*
* @return possible object is {@link String }
*/
public String getDescription() {
Expand All @@ -67,7 +67,7 @@ public String getDescription() {

/**
* Sets the value of the description property.
*
*
* @param value
* allowed object is {@link String }
*/
Expand All @@ -77,7 +77,7 @@ public void setDescription(String value) {

/**
* Gets the value of the displayName property.
*
*
* @return possible object is {@link String }
*/
public String getDisplayName() {
Expand All @@ -86,7 +86,7 @@ public String getDisplayName() {

/**
* Sets the value of the displayName property.
*
*
* @param value
* allowed object is {@link String }
*/
Expand All @@ -96,7 +96,7 @@ public void setDisplayName(String value) {

/**
* Gets the value of the name property.
*
*
* @return possible object is {@link String }
*/
public String getName() {
Expand All @@ -105,7 +105,7 @@ public String getName() {

/**
* Sets the value of the name property.
*
*
* @param value
* allowed object is {@link String }
*/
Expand All @@ -115,7 +115,7 @@ public void setName(String value) {

/**
* Gets the value of the url property.
*
*
* @return possible object is {@link String }
*/
public String getUrl() {
Expand All @@ -124,7 +124,7 @@ public String getUrl() {

/**
* Sets the value of the url property.
*
*
* @param value
* allowed object is {@link String }
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2010 Tasktop Technologies and others.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0
*
*
* SPDX-License-Identifier: EPL-2.0
*
* Tasktop Technologies - initial API and implementation
Expand All @@ -29,7 +29,7 @@
* Java class for hudson.model.AbstractProject complex type.
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
*
* <pre>
* &lt;complexType name="hudson.model.AbstractProject">
* &lt;complexContent>
Expand Down Expand Up @@ -81,7 +81,7 @@ public void setConcurrentBuild(boolean value) {
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the downstreamProject property.
* <p>
* For example, to add a new item, do as follows:
*
*
* <pre>
* getDownstreamProject().add(newItem);
* </pre>
Expand All @@ -97,7 +97,7 @@ public List<HudsonModelAbstractProject> getDownstreamProject() {

/**
* Gets the value of the scm property.
*
*
* @return possible object is {@link HudsonScmSCM }
*/
public HudsonScmSCM getScm() {
Expand All @@ -106,7 +106,7 @@ public HudsonScmSCM getScm() {

/**
* Sets the value of the scm property.
*
*
* @param value
* allowed object is {@link HudsonScmSCM }
*/
Expand All @@ -121,7 +121,7 @@ public void setScm(HudsonScmSCM value) {
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the upstreamProject property.
* <p>
* For example, to add a new item, do as follows:
*
*
* <pre>
* getUpstreamProject().add(newItem);
* </pre>
Expand Down
Loading
Loading