Interface TagAndRevision

All Known Subinterfaces:
VcsTag
All Known Implementing Classes:
TagAndRevisionImpl, VcsTagImpl

public interface TagAndRevision
Contains tag name and revision
  • Field Details

  • Method Details

    • getName

      @NotNull @NotNull String getName()
      Returns:
      name of tag
    • getRevision

      @NotNull @NotNull String getRevision()
      Returns:
      revision for tag
    • getPrettyString

      default String getPrettyString()
      Returns:
      string with name and revision divided by space character