Interface BuildResult<T>
-
- All Superinterfaces:
InternalProtocolInterface
public interface BuildResult<T> extends InternalProtocolInterface
The result of running a build.This is a mostly-empty interface. Instances are queried dynamically to see which properties they support. See
ProviderBuildResult
for details on properties supported by the provider.- Since:
- 1.2-rc-1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getModel()
-
-
-
Method Detail
-
getModel
T getModel()
-
-