public interface PolledTriggerContext
Modifier and Type | Method and Description |
---|---|
SBuildType |
getBuildType()
Build configuration for which the trigger is called
|
CustomDataStorage |
getCustomDataStorage()
Returns custom data storage associated with build configuration and trigger descriptor.
|
java.util.Date |
getPreviousCallTime()
Time of the previous call of the trigger, can be null if this is the first time the trigger is called
|
BuildTriggerDescriptor |
getTriggerDescriptor()
Build trigger settings
|
@NotNull SBuildType getBuildType()
@NotNull BuildTriggerDescriptor getTriggerDescriptor()
@Nullable java.util.Date getPreviousCallTime()
@NotNull CustomDataStorage getCustomDataStorage()