Package 

Interface Operation

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function0

    
    public interface Operation
     implements Function0 
                        
    • Method Summary

      Modifier and Type Method Description
      abstract String getBranch()
      abstract String getCommitMessage()
      abstract String getPullRequestTitle()
      abstract String getPullRequestMessage()
      • Methods inherited from class org.danilopianini.upgradle.api.Operation

        invoke
      • Methods inherited from class kotlin.Function

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait