Skip to content

Commit c3159f8

Browse files
Perform clean code of mylyn.builds/org.eclipse.mylyn.jenkins.core
1 parent 26c69ac commit c3159f8

File tree

62 files changed

+354
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+354
-362
lines changed

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixBuild.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -28,7 +28,7 @@
2828
* Java class for hudson.matrix.MatrixBuild complex type.
2929
* <p>
3030
* The following schema fragment specifies the expected content contained within this class.
31-
*
31+
*
3232
* <pre>
3333
* &lt;complexType name="hudson.matrix.MatrixBuild"&gt;
3434
* &lt;complexContent&gt;
@@ -55,7 +55,7 @@ public class HudsonMatrixMatrixBuild extends HudsonModelAbstractBuild {
5555
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the run property.
5656
* <p>
5757
* For example, to add a new item, do as follows:
58-
*
58+
*
5959
* <pre>
6060
* getRun().add(newItem);
6161
* </pre>

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -25,7 +25,7 @@
2525
* Java class for hudson.matrix.MatrixConfiguration complex type.
2626
* <p>
2727
* The following schema fragment specifies the expected content contained within this class.
28-
*
28+
*
2929
* <pre>
3030
* &lt;complexType name="hudson.matrix.MatrixConfiguration"&gt;
3131
* &lt;complexContent&gt;

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixProject.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -28,7 +28,7 @@
2828
* Java class for hudson.matrix.MatrixProject complex type.
2929
* <p>
3030
* The following schema fragment specifies the expected content contained within this class.
31-
*
31+
*
3232
* <pre>
3333
* &lt;complexType name="hudson.matrix.MatrixProject"&gt;
3434
* &lt;complexContent&gt;
@@ -55,7 +55,7 @@ public class HudsonMatrixMatrixProject extends HudsonModelAbstractProject {
5555
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the activeConfiguration property.
5656
* <p>
5757
* For example, to add a new item, do as follows:
58-
*
58+
*
5959
* <pre>
6060
* getActiveConfiguration().add(newItem);
6161
* </pre>

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMatrixMatrixRun.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -25,7 +25,7 @@
2525
* Java class for hudson.matrix.MatrixRun complex type.
2626
* <p>
2727
* The following schema fragment specifies the expected content contained within this class.
28-
*
28+
*
2929
* <pre>
3030
* &lt;complexType name="hudson.matrix.MatrixRun"&gt;
3131
* &lt;complexContent&gt;

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenAbstractMavenBuild.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -26,7 +26,7 @@
2626
* Java class for hudson.maven.AbstractMavenBuild complex type.
2727
* <p>
2828
* The following schema fragment specifies the expected content contained within this class.
29-
*
29+
*
3030
* <pre>
3131
* &lt;complexType name="hudson.maven.AbstractMavenBuild">
3232
* &lt;complexContent>

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenMavenModuleSetBuild.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -25,7 +25,7 @@
2525
* Java class for hudson.maven.MavenModuleSetBuild complex type.
2626
* <p>
2727
* The following schema fragment specifies the expected content contained within this class.
28-
*
28+
*
2929
* <pre>
3030
* &lt;complexType name="hudson.maven.MavenModuleSetBuild">
3131
* &lt;complexContent>

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonMavenReportersSurefireAggregatedReport.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -25,7 +25,7 @@
2525
* Java class for hudson.maven.reporters.SurefireAggregatedReport complex type.
2626
* <p>
2727
* The following schema fragment specifies the expected content contained within this class.
28-
*
28+
*
2929
* <pre>
3030
* &lt;complexType name="hudson.maven.reporters.SurefireAggregatedReport">
3131
* &lt;complexContent>

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractBuild.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -28,7 +28,7 @@
2828
* Java class for hudson.model.AbstractBuild complex type.
2929
* <p>
3030
* The following schema fragment specifies the expected content contained within this class.
31-
*
31+
*
3232
* <pre>
3333
* &lt;complexType name="hudson.model.AbstractBuild">
3434
* &lt;complexContent>
@@ -56,7 +56,7 @@ public class HudsonModelAbstractBuild extends HudsonModelRun {
5656

5757
/**
5858
* Gets the value of the builtOn property.
59-
*
59+
*
6060
* @return possible object is {@link String }
6161
*/
6262
public String getBuiltOn() {
@@ -65,7 +65,7 @@ public String getBuiltOn() {
6565

6666
/**
6767
* Sets the value of the builtOn property.
68-
*
68+
*
6969
* @param value
7070
* allowed object is {@link String }
7171
*/
@@ -75,7 +75,7 @@ public void setBuiltOn(String value) {
7575

7676
/**
7777
* Gets the value of the changeSet property.
78-
*
78+
*
7979
* @return possible object is {@link HudsonScmChangeLogSet }
8080
*/
8181
public HudsonScmChangeLogSet getChangeSet() {
@@ -84,7 +84,7 @@ public HudsonScmChangeLogSet getChangeSet() {
8484

8585
/**
8686
* Sets the value of the changeSet property.
87-
*
87+
*
8888
* @param value
8989
* allowed object is {@link HudsonScmChangeLogSet }
9090
*/
@@ -99,7 +99,7 @@ public void setChangeSet(HudsonScmChangeLogSet value) {
9999
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the culprit property.
100100
* <p>
101101
* For example, to add a new item, do as follows:
102-
*
102+
*
103103
* <pre>
104104
* getCulprit().add(newItem);
105105
* </pre>

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractItem.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -26,7 +26,7 @@
2626
* Java class for hudson.model.AbstractItem complex type.
2727
* <p>
2828
* The following schema fragment specifies the expected content contained within this class.
29-
*
29+
*
3030
* <pre>
3131
* &lt;complexType name="hudson.model.AbstractItem">
3232
* &lt;complexContent>
@@ -58,7 +58,7 @@ public class HudsonModelAbstractItem extends HudsonModelActionable {
5858

5959
/**
6060
* Gets the value of the description property.
61-
*
61+
*
6262
* @return possible object is {@link String }
6363
*/
6464
public String getDescription() {
@@ -67,7 +67,7 @@ public String getDescription() {
6767

6868
/**
6969
* Sets the value of the description property.
70-
*
70+
*
7171
* @param value
7272
* allowed object is {@link String }
7373
*/
@@ -77,7 +77,7 @@ public void setDescription(String value) {
7777

7878
/**
7979
* Gets the value of the displayName property.
80-
*
80+
*
8181
* @return possible object is {@link String }
8282
*/
8383
public String getDisplayName() {
@@ -86,7 +86,7 @@ public String getDisplayName() {
8686

8787
/**
8888
* Sets the value of the displayName property.
89-
*
89+
*
9090
* @param value
9191
* allowed object is {@link String }
9292
*/
@@ -96,7 +96,7 @@ public void setDisplayName(String value) {
9696

9797
/**
9898
* Gets the value of the name property.
99-
*
99+
*
100100
* @return possible object is {@link String }
101101
*/
102102
public String getName() {
@@ -105,7 +105,7 @@ public String getName() {
105105

106106
/**
107107
* Sets the value of the name property.
108-
*
108+
*
109109
* @param value
110110
* allowed object is {@link String }
111111
*/
@@ -115,7 +115,7 @@ public void setName(String value) {
115115

116116
/**
117117
* Gets the value of the url property.
118-
*
118+
*
119119
* @return possible object is {@link String }
120120
*/
121121
public String getUrl() {
@@ -124,7 +124,7 @@ public String getUrl() {
124124

125125
/**
126126
* Sets the value of the url property.
127-
*
127+
*
128128
* @param value
129129
* allowed object is {@link String }
130130
*/

mylyn.builds/org.eclipse.mylyn.jenkins.core/src-gen/org/eclipse/mylyn/internal/hudson/model/HudsonModelAbstractProject.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2010 Tasktop Technologies and others.
3-
*
3+
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
66
* https://www.eclipse.org/legal/epl-2.0
7-
*
7+
*
88
* SPDX-License-Identifier: EPL-2.0
99
*
1010
* Tasktop Technologies - initial API and implementation
@@ -29,7 +29,7 @@
2929
* Java class for hudson.model.AbstractProject complex type.
3030
* <p>
3131
* The following schema fragment specifies the expected content contained within this class.
32-
*
32+
*
3333
* <pre>
3434
* &lt;complexType name="hudson.model.AbstractProject">
3535
* &lt;complexContent>
@@ -81,7 +81,7 @@ public void setConcurrentBuild(boolean value) {
8181
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the downstreamProject property.
8282
* <p>
8383
* For example, to add a new item, do as follows:
84-
*
84+
*
8585
* <pre>
8686
* getDownstreamProject().add(newItem);
8787
* </pre>
@@ -97,7 +97,7 @@ public List<HudsonModelAbstractProject> getDownstreamProject() {
9797

9898
/**
9999
* Gets the value of the scm property.
100-
*
100+
*
101101
* @return possible object is {@link HudsonScmSCM }
102102
*/
103103
public HudsonScmSCM getScm() {
@@ -106,7 +106,7 @@ public HudsonScmSCM getScm() {
106106

107107
/**
108108
* Sets the value of the scm property.
109-
*
109+
*
110110
* @param value
111111
* allowed object is {@link HudsonScmSCM }
112112
*/
@@ -121,7 +121,7 @@ public void setScm(HudsonScmSCM value) {
121121
* will be present inside the JAXB object. This is why there is not a <CODE>set</CODE> method for the upstreamProject property.
122122
* <p>
123123
* For example, to add a new item, do as follows:
124-
*
124+
*
125125
* <pre>
126126
* getUpstreamProject().add(newItem);
127127
* </pre>

0 commit comments

Comments
 (0)