Interface Releases

All Known Implementing Classes:
Releases.Smart

@Immutable public interface Releases
GitHub Releases.
Since:
0.8
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Smart releases.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create new release.
    get(int number)
    Get a single release.
    Iterate them all.
    void
    remove(int number)
    Remove a release.
    Owner of them.
  • Method Details