Interface | Description |
---|---|
CompareUtil |
Base interface for the compare-algorithms.
|
Class | Description |
---|---|
Branch |
Represents a rule for triggering on a branch of a GerritProject.
|
Branch.DescriptorImpl |
The Descriptor for the Branch.
|
BuildCancellationPolicy |
Rules regarding cancellation of builds for when patchsets of the same change comes in.
|
CompareUtil.AntCompareUtil |
Compares based on Ant-style paths.
|
CompareUtil.PlainCompareUtil |
Compares with pattern.equals(str).
|
CompareUtil.RegExpCompareUtil |
Compares with regular-expressions.
|
FilePath |
Represents a rule for triggering on a filepath of a GerritProject.
|
FilePath.DescriptorImpl |
The Descriptor for the FilePath.
|
GerritProject |
Base settings for one matcher rule of a Gerrit project.
|
GerritProject.DescriptorImpl |
Descriptor allowing for communication within the Repeatable.
|
GerritSlave |
Represents a Gerrit slave after which we wait for replication events.
|
GerritSlave.GerritSlaveDescriptor |
The Descriptor for a GerritSlave.
|
SkipVote |
Information about what votes to "skip" for a
GerritTrigger . |
Topic |
Represents a rule for triggering on a topic of a GerritProject.
|
Topic.DescriptorImpl |
The Descriptor for the Topic.
|
TriggerContext |
This bean contains information to the
GerritCause
about what other builds were involved in the same event. |
TriggerContextConverter |
A
XStream converter that can marshal/unmarshal TriggerContext s. |
TriggeredItemEntity |
Wrapper class for smoother serialization of
Run and Job . |
Enum | Description |
---|---|
CompareType |
Enum of different ways of comparing a pattern.
|
Copyright © 2016. All rights reserved.