| Package | Description |
|---|---|
| com.cloudbees.groovy.cps | |
| com.cloudbees.groovy.cps.impl |
Even though classes in this package is public, they should not be referenced from outside this library.
|
| Modifier and Type | Method and Description |
|---|---|
CaseExpression |
Builder.case_(int line,
Block matcher,
Block body) |
| Modifier and Type | Method and Description |
|---|---|
Block |
Builder.switch_(String label,
Block switchExp,
Block defaultStmt,
CaseExpression... caseExps) |
| Constructor and Description |
|---|
SwitchBlock(String label,
Block exp,
Block default_,
List<CaseExpression> cases) |
Copyright © 2011–2019. All rights reserved.