Interface IssueLabels

All Known Implementing Classes:
IssueLabels.Smart

@Immutable public interface IssueLabels
GitHub labels of an issue.
Since:
0.1
See Also:
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    void
    add(Iterable<String> labels)
    Add new labels.
    void
    Remove all labels.
    The issue we're in.
    Iterate them all.
    void
    remove(String name)
    Remove label by name.
    void
    Replace all labels.