File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
jenkins-client/src/main/java/com/offbytwo/jenkins/helper Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- package com .offbytwo .jenkins .helper ;
2
-
3
1
/*
4
2
* Licensed to the Apache Software Foundation (ASF) under one
5
3
* or more contributor license agreements. See the NOTICE file
19
17
* under the License.
20
18
*/
21
19
20
+ package com .offbytwo .jenkins .helper ;
21
+
22
22
import java .math .BigInteger ;
23
23
import java .util .ArrayList ;
24
24
import java .util .Arrays ;
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2016 Karl Heinz Marbaise
3
+ *
4
+ * Distributed under the MIT license: http://opensource.org/licenses/MIT
5
+ */
1
6
package com .offbytwo .jenkins .helper ;
2
7
8
+ /**
9
+ * @author Karl Heinz Marbaise
10
+ */
3
11
public class JenkinsVersion implements Comparable <JenkinsVersion > {
4
12
private ComparableVersion cv ;
5
13
private String literalVersion ;
You can’t perform that action at this time.
0 commit comments