public final class EiffelJobTable extends Object
EiffelJobTable.
This singleton table is used to store information about eiffel events that
are linked within the same job.| Modifier and Type | Method and Description |
|---|---|
String |
getEventTrigger(Long jenkinsID)
Get last event on a given jenkinsID.
|
static EiffelJobTable |
getInstance()
Get singleton instance.
|
void |
setEventTrigger(Long jenkinsID,
String eiffelEventID)
Update table with a new event for the given jenkinsId.
|
public static EiffelJobTable getInstance()
public String getEventTrigger(Long jenkinsID)
jenkinsID - uniqe id of a jenkins job.Copyright © 2016–2019. All rights reserved.