Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for StacktraceOption (0.21 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/core/BuildScanBuildFailureHintIntegrationTest.groovy

            options                                             | description
            []                                                  | 'no additional command line options'
            ["-$StacktraceOption.STACKTRACE_SHORT_OPTION"]      | 'stacktrace'
            ["-$StacktraceOption.FULL_STACKTRACE_SHORT_OPTION"] | 'full stacktrace'
            ["-$LogLevelOption.INFO_SHORT_OPTION"]              | 'info'
            ["-$LogLevelOption.DEBUG_SHORT_OPTION"]             | 'debug'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 14:40:39 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/LoggingConfigurationBuildOptions.java

        private static List<BuildOption<LoggingConfiguration>> options = ImmutableList.<BuildOption<LoggingConfiguration>>of(
            new LogLevelOption(),
            new StacktraceOption(),
            new ConsoleOption(),
            new WarningsOption());
    
        public static List<BuildOption<LoggingConfiguration>> get() {
            return options;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 21:41:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/buildevents/BuildExceptionReporter.java

    import static org.gradle.internal.logging.LoggingConfigurationBuildOptions.LogLevelOption.INFO_LONG_OPTION;
    import static org.gradle.internal.logging.LoggingConfigurationBuildOptions.StacktraceOption.STACKTRACE_LONG_OPTION;
    import static org.gradle.internal.logging.text.StyledTextOutput.Style.Failure;
    import static org.gradle.internal.logging.text.StyledTextOutput.Style.Info;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 09:45:59 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.logging.LoggingConfigurationBuildOptions$StacktraceOption> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (LoggingConfigurationBuildOptions.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top