Interface DataProcessorContext


  • public interface DataProcessorContext
    Encapsulates the data for processing importData service message
    • Method Detail

      • getBuild

        @NotNull
        AgentRunningBuild getBuild()
        Build that is associated with data processing
        Returns:
        build that is running
      • getFile

        @NotNull
        java.io.File getFile()
        Returns:
        path to a file from a well-known attribute
        Throws:
        java.lang.IllegalStateException - implementation is expected to throw an IllegalStateException if the path argument was not specified
        See Also:
        DataProcessor
      • getArguments

        @NotNull
        java.util.Map<java.lang.String,​java.lang.String> getArguments()
        Returns:
        additional arguments of processing data
        See Also:
        DataProcessor