Interface IGitHubRepository.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IGitHubRepository, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IGitHubRepository.Jsii$Proxy
Enclosing interface:
IGitHubRepository

@Internal public static interface IGitHubRepository.Jsii$Default extends IGitHubRepository, IResource.Jsii$Default
Internal default implementation for IGitHubRepository.
  • Method Details

    • getOwner

      @Stability(Experimental) @NotNull default String getOwner()
      (experimental) the repository owner.
      Specified by:
      getOwner in interface IGitHubRepository
    • getRepo

      @Stability(Experimental) @NotNull default String getRepo()
      (experimental) the repository name.
      Specified by:
      getRepo in interface IGitHubRepository