Method ProcessInput
ProcessInput(Input)
Processes the Input data from the build and returns an organized struct of information, including dependencies and catalog loctions.
Declaration
public static GenerateLocationListsTask.Output ProcessInput(GenerateLocationListsTask.Input input)
Parameters
Type | Name | Description |
---|---|---|
GenerateLocationListsTask.Input | input | Data captured as part of the build process. |
Returns
Type | Description |
---|---|
GenerateLocationListsTask.Output | An object that contains organized information about dependencies and catalog locations. |