Sign
A task for creating digital signature files for one or more; tasks, files, publishable artifacts or configurations.
The task produces Signature
objects that are publishable artifacts and can be assigned to another configuration.The signature objects are created with defaults and using this tasks signatory and signature type.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Adds the given closure to the beginning of this task's action list.
Adds the given Action to the beginning of this task's action list.
Link copied to clipboard
Adds the given closure to the end of this task's action list.
Adds the given Action to the end of this task's action list.
Link copied to clipboard
Do not track the state of the task.
Link copied to clipboard
Link copied to clipboard
Adds the given finalizer tasks for this task.
Link copied to clipboard
Returns the sequence of Action objects which will be executed by this task, in the order of execution.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the dependencies of this task.
Link copied to clipboard
Returns the destroyables of this task.
Link copied to clipboard
Checks if the task actually did any work.
Link copied to clipboard
The container of extensions.
Link copied to clipboard
All of the files that will be signed by this task.
Link copied to clipboard
Returns tasks that finalize this task.
Link copied to clipboard
The signature generators for this task mapped by a unique key used for up-to-date checking.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the local state of this task.
Link copied to clipboard
Returns the org.gradle.api.logging.LoggingManager which can be used to receive logging and to control the standard output/error capture for this task.
Link copied to clipboard
Returns tasks that this task must run after.
Link copied to clipboard
Returns the outputs of this task.
Link copied to clipboard
Returns the Project which this task belongs to.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns tasks that this task should run after.
Link copied to clipboard
All of the signature files that will be generated by this operation.
Link copied to clipboard
The signatures generated by this task.
Link copied to clipboard
The signatures generated by this task mapped by a unique key used for up-to-date checking.
Link copied to clipboard
Returns the single signature generated by this task.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a TaskDependency which contains all the tasks that this task depends on.
Link copied to clipboard
Link copied to clipboard
Returns a directory which this task can use to write temporary files to.
Link copied to clipboard
Link copied to clipboard
Determines if this task has the given property.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether or not this task should fail if no signatory or signature type are configured at generation time.
Link copied to clipboard
Specifies that this task must run after all of the supplied tasks.
Link copied to clipboard
Specifies that this task is not compatible with the configuration cache.
Link copied to clipboard
Execute the task only if the given closure returns true.
Execute the task only if the given spec is satisfied.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets the sequence of Action objects which will be executed by this task.
Link copied to clipboard
Sets the dependencies of this task.
Link copied to clipboard
Sets whether the task actually did any work.
Link copied to clipboard
Specifies the set of finalizer tasks for this task.
Link copied to clipboard
Specifies the set of tasks that this task must run after.
Link copied to clipboard
Execute the task only if the given closure returns true.
Execute the task only if the given spec is satisfied.
Link copied to clipboard
Sets a property of this task.
Link copied to clipboard
Whether or not it is required that this signature be generated.
Link copied to clipboard
Specifies the set of tasks that this task should run after.
Link copied to clipboard
Sets the signature representation that the signatures will be produced as.
Link copied to clipboard
Specifies that this task should run after all of the supplied tasks.
Link copied to clipboard
Configures the task to sign each of the given files
Configures the task to sign the archive produced for each of the given tasks (which must be archive tasks).
Configures the task to sign every artifact of the given configurations
Configures the task to sign each of the given artifacts
Configures the task to sign every artifact of the given publications
Configures the task to sign each of the given artifacts, using the given classifier as the classifier for the resultant signature publish artifact.
Link copied to clipboard
Registers a BuildService that is used by this task so its constraint on parallel execution can be honored.