public interface Repo
An immutable client-side representation of Repo.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the branches property: Array of branches.
    Gets the fullName property: The name of the repository.
    Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.RepoInner object.
    url()
    Gets the url property: The url to access the repository.
  • Method Details

    • url

      String url()
      Gets the url property: The url to access the repository.
      Returns:
      the url value.
    • fullName

      String fullName()
      Gets the fullName property: The name of the repository.
      Returns:
      the fullName value.
    • branches

      List<String> branches()
      Gets the branches property: Array of branches.
      Returns:
      the branches value.
    • innerModel

      RepoInner innerModel()
      Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.RepoInner object.
      Returns:
      the inner object.