Class TrackingEntry

java.lang.Object
com.atlassian.bamboo.brokenbuildtracker.data.TrackingEntry

public class TrackingEntry extends Object
represents a span of failing results for a single plan Wraps around Active Objects class, so clients don't have to deal with active objects specifics.
  • Constructor Details

    • TrackingEntry

      public TrackingEntry(@NotNull @NotNull AOTrackingEntry entry)
  • Method Details

    • getId

      public int getId()
    • getCurrentResponsibilities

      @NotNull public @NotNull List<TrackingResponsibility> getCurrentResponsibilities()
    • isActive

      public boolean isActive()
    • getAoEntry

      public AOTrackingEntry getAoEntry()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object