File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
java/org/jenkinsci/plugins/docker/workflow
resources/org/jenkinsci/plugins/docker/workflow Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 28
28
import org .jenkinsci .plugins .workflow .cps .CpsScript ;
29
29
import org .jenkinsci .plugins .workflow .cps .GlobalVariable ;
30
30
31
+ /**
32
+ * Something you should <strong>not copy</strong>. Write plain old {@code Step}s and leave it at that.
33
+ */
31
34
@ Extension public class DockerDSL extends GlobalVariable {
32
35
33
36
@ Override public String getName () {
Original file line number Diff line number Diff line change 23
23
*/
24
24
package org.jenkinsci.plugins.docker.workflow
25
25
26
+ /**
27
+ * Do not copy this idiom unless you fully understand the consequences.
28
+ */
26
29
class Docker implements Serializable {
27
30
28
31
private org.jenkinsci.plugins.workflow.cps.CpsScript script
You can’t perform that action at this time.
0 commit comments