Interface TriggeredBuildStrategy
-
@Deprecated public interface TriggeredBuildStrategy
Deprecated.since 5.8This class lets someone else decide if the build should be built. Could be human, could be a remote SCM trigger....
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Deprecated.static String
TRIGGER_IP_ADDRESS
Deprecated.
-
-
-
Field Detail
-
TRIGGER_IP_ADDRESS
static final String TRIGGER_IP_ADDRESS
Deprecated.- See Also:
- Constant Field Values
-
NAME
static final String NAME
Deprecated.- See Also:
- Constant Field Values
-
-