Interface Labels

All Known Implementing Classes:
Labels.Smart

@Immutable public interface Labels
GitHub labels.
Since:
0.1
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Smart Labels with extra features.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String name, String color)
    Create new label.
    void
    delete(String name)
    Delete label by name.
    get(String name)
    Get a label by name.
    Iterate them all.
    The repo we're in.