Class SessionHandoffEvent.SessionHandoffData.Repository

java.lang.Object
com.github.copilot.sdk.events.SessionHandoffEvent.SessionHandoffData.Repository
Enclosing class:
SessionHandoffEvent.SessionHandoffData

public static class SessionHandoffEvent.SessionHandoffData.Repository extends Object
  • Constructor Details

    • Repository

      public Repository()
  • Method Details

    • getOwner

      public String getOwner()
    • setOwner

      public void setOwner(String owner)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getBranch

      public String getBranch()
    • setBranch

      public void setBranch(String branch)