Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 35 of 35 for getFirstname (0.17 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/AbstractClassBackedManagedTypeIntegrationTest.groovy

            when:
            buildScript '''
                @Managed
                abstract class Person {
                    abstract String getFirstName()
                    abstract void setFirstName(String firstName)
                    abstract String getLastName()
                    abstract void setLastName(String lastName)
    
                    String getName() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  2. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/PathAssembler.java

        /**
         * Determines the local locations for the distribution to use given the supplied configuration.
         */
        public LocalDistribution getDistribution(WrapperConfiguration configuration) {
            String baseName = getDistName(configuration.getDistribution());
            String distName = removeExtension(baseName);
            String rootDirName = rootDirName(distName, configuration);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/modelRules/basicRuleSourcePlugin/tests/basicRuleSourcePlugin-model-task.out

    + person
          | Type:   	Person
          | Creator: 	PersonRules#person(Person)
          | Rules:
             ⤷ person { ... } @ build.gradle line 97, column 3
             ⤷ PersonRules#setFirstName(Person)
        + age
              | Type:   	int
              | Value:  	0
              | Creator: 	PersonRules#person(Person)
        + children
              | Type:   	org.gradle.model.ModelSet<Person>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 15:10:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. .teamcity/.mvn/wrapper/maven-wrapper.jar

    PathAssembler(java.io.File); public PathAssembler$LocalDistribution getDistribution(WrapperConfiguration); private String rootDirName(String, WrapperConfiguration); private String getMd5Hash(String); private String removeExtension(String); private String getDistName(java.net.URI); private java.io.File getBaseDir(String); } org/apache/maven/wrapper/SystemPropertiesHand.class package org.apache.maven.wrapper; public synchronized class SystemPropertiesHand { public void SystemPropertiesHand(); public static java.util.Map...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 49.5K bytes
    - Viewed (0)
  5. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    File, java.io.File); public PathAssembler$LocalDistribution getDistribution(WrapperConfiguration); private String rootDirName(String, WrapperConfiguration); private String getHash(String); private String removeExtension(String); private String getDistName(java.net.URI); private java.io.File getBaseDir(String); } org/gradle/wrapper/SystemPropertiesHand.class package org.gradle.wrapper; public synchronized class SystemPropertiesHand { static final String SYSTEM_PROP_PREFIX = systemProp.; public void...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
Back to top