Class | Description |
---|---|
AbstractConditionalWithChildren<C extends AbstractConditionalWithChildren<C>> |
Match all of a list of stage conditions
|
AllOfConditional |
Match all of a list of stage conditions
|
AllOfConditional.DescriptorImpl | |
AnyOfConditional |
Match any of a list of stage conditions
|
AnyOfConditional.DescriptorImpl | |
BranchConditional |
Stage condition based on the current branch.
|
BranchConditional.DescriptorImpl | |
EnvironmentConditional |
Stage condition based on environment variable equality.
|
EnvironmentConditional.DescriptorImpl | |
ExpressionConditional |
Stage condition based on the current branch.
|
ExpressionConditional.DescriptorImpl | |
NotConditional |
Inverted match of a stage condition
|
NotConditional.DescriptorImpl |
Copyright © 2016–2017. All rights reserved.