public interface BuildFinder extends ServerExtension
Modifier and Type | Method and Description |
---|---|
SBuild |
findBuild(SBuildType buildType,
SBuild scope)
Does actual lookup of a build
|
java.lang.String |
name()
Returns name of this finder
|
@NotNull java.lang.String name()
@Nullable SBuild findBuild(@NotNull SBuildType buildType, @Nullable SBuild scope)
buildType
- build configuration where to lookup for a buildscope
- - if specified - a build for which the lookup is performed