-
- All Implemented Interfaces:
-
com.netflix.spinnaker.orca.api.pipeline.models.Trigger
@Beta() public interface SourceCodeTrigger implements Trigger
A trigger type that carries source code-related metadata.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSource()abstract StringgetProject()abstract StringgetBranch()abstract StringgetSlug()abstract StringgetHash()-
Methods inherited from class com.netflix.spinnaker.orca.api.pipeline.models.Trigger
getArtifacts, getCorrelationId, getNotifications, getOther, getParameters, getResolvedExpectedArtifacts, getType, getUser, isDryRun, isRebake, isStrategy, setDryRun, setOther, setOther, setRebake, setResolvedExpectedArtifacts, setStrategy -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-