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
        File getFile()
        Returns:
        path to a file from a well-known attribute
        Throws:
        IllegalStateException - implementation is expected to throw an IllegalStateException if the path argument was not specified
        See Also:
        DataProcessor