forked from jenkinsci/ec2-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
findbugs-exclude.xml
59 lines (59 loc) · 1.64 KB
/
findbugs-exclude.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<FindBugsFilter>
<Match>
<Class name="hudson.plugins.ec2.AmazonEC2Cloud"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.AmazonEC2Cloud$DescriptorImpl"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.ssh.EC2UnixLauncher"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.SlaveTemplate"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.SlaveTemplate$DescriptorImpl"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2AbstractSlave"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2AbstractSlave$DescriptorImpl"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.UnixData$DescriptorImpl"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.PluginImpl"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2Computer"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2ComputerLauncher"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2OndemandSlave"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2PrivateKey"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2Step$Execution"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2RetentionStrategy"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2SlaveMonitor"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2Tag"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.EC2SpotSlave"/>
</Match>
<Match>
<Class name="hudson.plugins.ec2.SpotConfiguration"/>
</Match>
</FindBugsFilter>