File tree 14 files changed +18
-15
lines changed
src/main/java/io/jenkins/plugins
14 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 63
63
</dependencies >
64
64
</dependencyManagement >
65
65
<dependencies >
66
+ <dependency >
67
+ <groupId >io.jenkins.plugins</groupId >
68
+ <artifactId >commons-lang3-api</artifactId >
69
+ </dependency >
66
70
<dependency >
67
71
<groupId >io.jenkins.plugins</groupId >
68
72
<artifactId >gson-api</artifactId >
Original file line number Diff line number Diff line change 18
18
import lombok .ToString ;
19
19
import net .sf .json .JSONArray ;
20
20
import net .sf .json .JSONObject ;
21
- import org .apache .commons .lang .StringUtils ;
21
+ import org .apache .commons .lang3 .StringUtils ;
22
22
import org .jenkinsci .Symbol ;
23
23
import org .kohsuke .stapler .DataBoundConstructor ;
24
24
import org .kohsuke .stapler .DataBoundSetter ;
Original file line number Diff line number Diff line change 15
15
import lombok .ToString ;
16
16
import lombok .extern .slf4j .Slf4j ;
17
17
import org .apache .commons .beanutils .BeanUtils ;
18
- import org .apache .commons .lang .StringUtils ;
18
+ import org .apache .commons .lang3 .StringUtils ;
19
19
import org .kohsuke .stapler .DataBoundConstructor ;
20
20
21
21
/**
Original file line number Diff line number Diff line change 9
9
import lombok .Getter ;
10
10
import lombok .Setter ;
11
11
import lombok .ToString ;
12
- import org .apache .commons .lang .StringUtils ;
12
+ import org .apache .commons .lang3 .StringUtils ;
13
13
import org .kohsuke .stapler .DataBoundConstructor ;
14
14
15
15
/**
Original file line number Diff line number Diff line change 28
28
import net .sf .json .JSONArray ;
29
29
import net .sf .json .JSONObject ;
30
30
import net .sf .json .JSONSerializer ;
31
- import org .apache .commons .lang .StringUtils ;
31
+ import org .apache .commons .lang3 .StringUtils ;
32
32
import org .kohsuke .stapler .DataBoundConstructor ;
33
33
import org .kohsuke .stapler .QueryParameter ;
34
34
Original file line number Diff line number Diff line change 31
31
import java .util .stream .Collectors ;
32
32
import jenkins .model .Jenkins ;
33
33
import lombok .extern .log4j .Log4j ;
34
- import org .apache .commons .lang .StringUtils ;
35
- import org .apache .commons .lang .exception .ExceptionUtils ;
34
+ import org .apache .commons .lang3 .StringUtils ;
35
+ import org .apache .commons .lang3 .exception .ExceptionUtils ;
36
36
37
37
/**
38
38
* 所有项目触发
Original file line number Diff line number Diff line change 19
19
import jenkins .model .Jenkins ;
20
20
import lombok .Getter ;
21
21
import lombok .Setter ;
22
- import org .apache .commons .lang .StringUtils ;
22
+ import org .apache .commons .lang3 .StringUtils ;
23
23
import org .jenkinsci .plugins .workflow .steps .Step ;
24
24
import org .jenkinsci .plugins .workflow .steps .StepContext ;
25
25
import org .jenkinsci .plugins .workflow .steps .StepDescriptor ;
Original file line number Diff line number Diff line change 5
5
import java .util .Arrays ;
6
6
import lombok .Builder ;
7
7
import lombok .Data ;
8
- import org .apache .commons .lang .StringUtils ;
9
8
10
9
/**
11
10
* @author liuwei
Original file line number Diff line number Diff line change 11
11
import lombok .Getter ;
12
12
import lombok .Setter ;
13
13
import lombok .ToString ;
14
- import org .apache .commons .lang .StringUtils ;
14
+ import org .apache .commons .lang3 .StringUtils ;
15
15
16
16
/**
17
17
* 消息
Original file line number Diff line number Diff line change 14
14
import lombok .Data ;
15
15
import lombok .extern .slf4j .Slf4j ;
16
16
import org .apache .commons .codec .binary .Base64 ;
17
- import org .apache .commons .lang .StringUtils ;
17
+ import org .apache .commons .lang3 .StringUtils ;
18
18
19
19
/**
20
20
* 机器人配置信息
Original file line number Diff line number Diff line change 15
15
import java .util .List ;
16
16
import java .util .Map ;
17
17
import lombok .extern .slf4j .Slf4j ;
18
- import org .apache .commons .lang .StringUtils ;
19
- import org .apache .commons .lang .exception .ExceptionUtils ;
18
+ import org .apache .commons .lang3 .StringUtils ;
19
+ import org .apache .commons .lang3 .exception .ExceptionUtils ;
20
20
21
21
/**
22
22
* 消息发送器
Original file line number Diff line number Diff line change 25
25
import lombok .Builder ;
26
26
import lombok .Builder .Default ;
27
27
import lombok .Data ;
28
- import org .apache .commons .lang .StringUtils ;
28
+ import org .apache .commons .lang3 .StringUtils ;
29
29
30
30
/**
31
31
* @author liuwei
Original file line number Diff line number Diff line change 2
2
3
3
import java .awt .Color ;
4
4
import java .util .Locale ;
5
- import org .apache .commons .lang .StringUtils ;
5
+ import org .apache .commons .lang3 .StringUtils ;
6
6
7
7
class JavaFxColor {
8
8
Original file line number Diff line number Diff line change 2
2
3
3
import hudson .model .TaskListener ;
4
4
import java .io .PrintStream ;
5
- import org .apache .commons .lang .StringUtils ;
5
+ import org .apache .commons .lang3 .StringUtils ;
6
6
7
7
/**
8
8
* @author liuwei
You can’t perform that action at this time.
0 commit comments