Interface InternalBuildActionVersion2<T>
-
- All Superinterfaces:
InternalProtocolInterface
,java.io.Serializable
- All Known Implementing Classes:
InternalBuildActionAdapter
public interface InternalBuildActionVersion2<T> extends InternalProtocolInterface, java.io.Serializable
DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.
Consumer compatibility: This interface is implemented by all consumer versions from 4.4.
Provider compatibility: This interface is consumed by all provider versions from 4.4.
- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute(InternalBuildControllerVersion2 buildController)
Performs some action against a build and returns a result.
-
-
-
Method Detail
-
execute
T execute(InternalBuildControllerVersion2 buildController)
Performs some action against a build and returns a result.- Since:
- 4.4
-
-