Interface JumpBlockProperties
- 
- All Known Implementing Classes:
- JumpBlockPrototype
 
 public interface JumpBlockProperties
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringFACTORYstatic Property<java.lang.String>PIPELINE_NAMEThe name of the pipeline to jump to.
 
- 
- 
- 
Field Detail- 
FACTORYstatic final java.lang.String FACTORY - See Also:
- Constant Field Values
 
 - 
PIPELINE_NAMEstatic final Property<java.lang.String> PIPELINE_NAME The name of the pipeline to jump to.
 
- 
 
-