Modifier and Type | Field and Description |
---|---|
String |
from |
Map<String,String> |
properties
Properties on a link can capture the name of a potential transition that would lead
to this link being taken when the 'from' job completes.
|
static String |
PROPERTY_TRANSITION_NAME |
String |
to |
Constructor and Description |
---|
Link(String sourceId,
String targetId) |
Link(String sourceId,
String targetId,
String transitionName) |
Modifier and Type | Method and Description |
---|---|
String |
getTransitionName() |
boolean |
hasTransitionSet() |
String |
toString() |
void |
updateFrom(String newFrom) |
void |
updateTo(String newTo) |
public static final String PROPERTY_TRANSITION_NAME
public String from
public String to
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.