@@ -6,7 +6,7 @@ module Publishers
6
6
extend Macros
7
7
8
8
# @!method archive(options = {})
9
- # Specify an `archive` component for a job.
9
+ # Specify an `archive` publisher for a job.
10
10
#
11
11
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.archive}.
12
12
#
@@ -15,7 +15,7 @@ module Publishers
15
15
standard_component :archive
16
16
17
17
# @!method cppcheck(options = {})
18
- # Specify a `cppcheck` component for a job.
18
+ # Specify a `cppcheck` publisher for a job.
19
19
#
20
20
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.cppcheck}.
21
21
#
@@ -24,7 +24,7 @@ module Publishers
24
24
standard_component :cppcheck
25
25
26
26
# @!method email_ext(options = {})
27
- # Specify an `email-ext` component for a job.
27
+ # Specify an `email-ext` publisher for a job.
28
28
#
29
29
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.email-ext}.
30
30
#
@@ -42,7 +42,7 @@ module Publishers
42
42
standard_component :fitnesse
43
43
44
44
# @!method ircbot(options = {})
45
- # Specify an `ircbot` component for a job.
45
+ # Specify an `ircbot` publisher for a job.
46
46
#
47
47
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.ircbot}.
48
48
#
@@ -51,7 +51,7 @@ module Publishers
51
51
standard_component :ircbot
52
52
53
53
# @!method junit(options = {})
54
- # Specify a `junit` component for a job.
54
+ # Specify a `junit` publisher for a job.
55
55
#
56
56
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.junit}.
57
57
#
@@ -60,15 +60,15 @@ module Publishers
60
60
standard_component :junit
61
61
62
62
# @!method trigger(options = {})
63
- # Specify a `trigger` component for a job.
63
+ # Specify a `trigger` publisher for a job.
64
64
#
65
65
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.trigger}.
66
66
#
67
67
# @param options [Hash] The configuration options for the component.
68
68
# @return [Hash] The specification for the component.
69
69
standard_component :trigger
70
70
71
- # Specify an `xunit` component for a job.
71
+ # Specify an `xunit` publisher for a job.
72
72
#
73
73
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.xunit}.
74
74
#
@@ -93,7 +93,7 @@ def xunit(options = {}, &block)
93
93
# @!group xunit Test Types
94
94
95
95
# @!method unittest(options = {})
96
- # Configure a `unittest` test type for an {#xunit} component .
96
+ # Configure a `unittest` test type for an {#xunit} publisher .
97
97
#
98
98
# See {http://ci.openstack.org/jenkins-job-builder/publishers.html#publishers.xunit}.
99
99
#
0 commit comments