public interface BuildDiffExtension extends ActionExtension
builds
for the same project
.
The ActionExtension.getAction()
method must point to a REST endpoint that accepts a
BuildDiffRequest
as a GET
parameter and
returns a BuildDiff
as a decorated response.
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Project project)
Checks if this action is applicable for the given
project . |
getAction
getFeature
boolean apply(Project project)
project
.