Package 

Interface SourceCodeTrigger

  • 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 String getSource()
      abstract String getProject()
      abstract String getBranch()
      abstract String getSlug()
      abstract String getHash()
      • 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