Method ProcessInput
ProcessInput(Input)
Processes the Input data from the build and returns an organized struct of information, including dependencies and catalog loctions.
선언
public static GenerateLocationListsTask.Output ProcessInput(GenerateLocationListsTask.Input input)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GenerateLocationListsTask.Input | input | Data captured as part of the build process. |
반환
타입 | 설명 |
---|---|
GenerateLocationListsTask.Output | An object that contains organized information about dependencies and catalog locations. |