public class

TrackingEntry

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

Class Overview

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.

Summary

Public Constructors
TrackingEntry(AOTrackingEntry entry)
Public Methods
boolean equals(Object o)
AOTrackingEntry getAoEntry()
@NotNull List<TrackingResponsibility> getCurrentResponsibilities()
int getId()
int hashCode()
boolean isActive()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TrackingEntry (AOTrackingEntry entry)

Public Methods

public boolean equals (Object o)

public AOTrackingEntry getAoEntry ()

@NotNull public List<TrackingResponsibility> getCurrentResponsibilities ()

public int getId ()

public int hashCode ()

public boolean isActive ()