Interface PostProjectAnalysisTask.LogStatistics

  • Enclosing interface:
    PostProjectAnalysisTask

    public static interface PostProjectAnalysisTask.LogStatistics
    Each key-value paar will be added to the log describing the end of the
    • Method Detail

      • add

        PostProjectAnalysisTask.LogStatistics add​(java.lang.String key,
                                                  java.lang.Object value)
        Returns:
        this
        Throws:
        java.lang.NullPointerException - if key or value is null
        java.lang.IllegalArgumentException - if key has already been set
        java.lang.IllegalArgumentException - if key is "status", to avoid conflict with field with same name added by the executor
        java.lang.IllegalArgumentException - if key is "time", to avoid conflict with the profiler field with same name