saker.build Documentation TaskDoc JavaDoc Packages
public interface BuildTargetTaskResult
Interface representing the result of a build target task.

Build target tasks can have outputs which are explicitly named. This interface provides access to the outputs of a build target by mapping them to their respective task identifiers.

This interface is similar in functionality to StructuredMapTaskResult, but is specifically declared for build target task results.

Methods
public Map<String, TaskIdentifier>
Gets the build target results.
Gets the build target results.
An unmodifiable map of build target result names mapped to their task identifiers.