Interface InternalBuildAction<T>
-
- All Superinterfaces:
InternalProtocolInterface
,java.io.Serializable
- All Known Implementing Classes:
InternalBuildActionAdapter
@Deprecated public interface InternalBuildAction<T> extends InternalProtocolInterface, java.io.Serializable
Deprecated.4.4. UseInternalBuildActionVersion2
instead.DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.
Consumer compatibility: This interface is implemented by all consumer versions from 1.8-rc-1.
Provider compatibility: This interface is consumed by all provider versions from 1.8-rc-1 to 4.3. It is also used by later providers when the consumer does not implement newer interfaces.
- Since:
- 1.8-rc-1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description T
execute(InternalBuildController buildController)
Deprecated.4.4.
-
-
-
Method Detail
-
execute
@Deprecated T execute(InternalBuildController buildController)
Deprecated.4.4. UseInternalBuildActionVersion2.execute(InternalBuildControllerVersion2)
instead.Performs some action against a build and returns a result.- Since:
- 1.8-rc-1
-
-