Uses of Enum Class
com.atlassian.bamboo.specs.model.trigger.RepositoryPollingTriggerProperties.PollType
Packages that use RepositoryPollingTriggerProperties.PollType
Package
Description
Build triggers.
Build triggers.
-
Uses of RepositoryPollingTriggerProperties.PollType in com.atlassian.bamboo.specs.builders.trigger
Methods in com.atlassian.bamboo.specs.builders.trigger with parameters of type RepositoryPollingTriggerProperties.PollTypeModifier and TypeMethodDescriptionRepositoryPollingTrigger.withPollType(RepositoryPollingTriggerProperties.PollType pollType) Selects polling type for this trigger. -
Uses of RepositoryPollingTriggerProperties.PollType in com.atlassian.bamboo.specs.model.trigger
Methods in com.atlassian.bamboo.specs.model.trigger that return RepositoryPollingTriggerProperties.PollTypeModifier and TypeMethodDescriptionRepositoryPollingTriggerProperties.getPollType()Returns the enum constant of this class with the specified name.RepositoryPollingTriggerProperties.PollType.values()Returns an array containing the constants of this enum class, in the order they are declared.