Class GHLabelChanges

java.lang.Object
org.kohsuke.github.GHLabelChanges

public class GHLabelChanges extends Object
Wrapper to define changed fields on label action="edited".
See Also:
  • Constructor Details

    • GHLabelChanges

      public GHLabelChanges()
  • Method Details

    • getName

      public GHLabelChanges.GHFrom getName()
      Old label name.
      Returns:
      old label name (or null if not changed)
    • getColor

      public GHLabelChanges.GHFrom getColor()
      Old label color.
      Returns:
      old label color (or null if not changed)