Interface AOTrackingEntry

  • All Superinterfaces:
    net.java.ao.RawEntity<Integer>

    @Preload
    public interface AOTrackingEntry
    extends net.java.ao.RawEntity<Integer>
    Represents a span of failing results for a single plan
    • Method Detail

      • getID

        int getID()
      • isActive

        boolean isActive()
        Whether the current failing span is active. i.e. it has not been fixed yet
        Returns:
        true if the breakages have not been fixed
      • setActive

        void setActive​(boolean active)
      • getPlanId

        long getPlanId()
        The plan the failures belong to
        Returns:
        plan database id, that this tracking entry belongs to
      • setPlanId

        void setPlanId​(long planId)
      • getCurrentResponsibilities

        AOTrackingUser[] getCurrentResponsibilities()
        All the people currently responsible for this failure span.
        Returns:
        list of AOTrackingUsers responsible for this failure span