Getter methods
getStore
The getStore
method returns a reference to the underlying Store
that is backing this Checkpoints
object. Read more.
getCheckpoint
The getCheckpoint
method fetches the label for a checkpoint, if it had been provided at the time of the addCheckpoint
method or set subsequently with the setCheckpoint
method. Read more.
getCheckpointIds
The getCheckpointIds
method returns an array of the checkpoint Ids
being managed by this Checkpoints
object. Read more.
hasCheckpoint
The hasCheckpoint
method returns a boolean indicating whether a given Checkpoint exists in the Checkpoints
object. Read more.