public interface ConfigCacheSafeExecMethods<E extends AbstractExecSpec<E>>
Execution methods that can be applied to an extension, copied from an extension and be safely applied to task action when configuration caching is active.
E - Something is considered an executable specificaiton within Grolifant context.| Type Params | Return Type | Name and description |
|---|---|---|
|
public ExecOutput |
exec(E spec)Executes an existing execution specification. |
|
public static ConfigCacheSafeExecMethods |
from(ConfigCacheSafeExecMethods other) |
|
public ConfigCacheSafeOperations |
getConfigCacheSafeOperations()Grolifant's configuration cache-safe operations. |
Executes an existing execution specification.
spec - Specification to execute.Grolifant's configuration cache-safe operations.