Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 279 for setDescription (0.45 sec)

  1. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithRemoteParent/some-thing/webinar-api/src/main/java/webinar/Demoable.java

    package webinar;
    
    public interface Demoable {
      String getDescription();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 75 bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/internal/ConfigurationDetails.java

            boolean canBeResolved = canBeResolved(configuration);
            return new ConfigurationDetails(
                configuration.getName(),
                configuration.getDescription(),
                canBeResolved,
                canBeResolved ? configuration.getIncoming().getResolutionResult().getRootComponent() : null,
                canBeResolved ? null : UnresolvableConfigurationResult.of(configuration)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 14 19:31:22 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/api/internal/tasks/options/InstanceOptionDescriptor.java

                return CollectionUtils.toStringList(values);
            }
            return Collections.emptyList();
        }
    
        @Override
        public String getDescription() {
            return optionElement.getDescription();
        }
    
        @Override
        public boolean isClashing() {
            return clashing;
        }
    
        @Override
        public void apply(Object objectParam, List<String> parameterValues) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 06 09:51:34 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/testFixtures/groovy/org/gradle/api/internal/tasks/testing/junit/JUnitTestClassProcessorData.groovy

        Class<?> type
    
        def CustomRunner(Class<?> type) {
            this.type = type
        }
    
        @Override
        public Description getDescription() {
            Description description = Description.createSuiteDescription(type)
            description.addChild(Description.createTestDescription(type, 'broken'))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModule/some-thing/webinar-api/src/main/java/webinar/Demoable.java

    package webinar;
    
    public interface Demoable {
      String getDescription();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 75 bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleNoBackReferences/some-thing/webinar-api/src/main/java/webinar/Demoable.java

    package webinar;
    
    public interface Demoable {
      String getDescription();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 75 bytes
    - Viewed (0)
  7. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithRemoteParent/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
  8. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/flatmultimodule/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
  9. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleNoBackReferences/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
  10. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithNestedParent/some-thing/webinar-war/src/main/webapp/index.jsp

    <%@ page import="webinar.*" %>
    <html>
    <body>
    <h2>The webinar says: <%=new Webinar().getDescription()%></h2>
    </body>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 123 bytes
    - Viewed (0)
Back to top