Class Repository_1_0

    • Field Detail

      • id

        public final long id
        An opaque ID for this repository.
      • type

        public final String type
        The type of this repository. One of MAVEN, IVY, or FLAT_DIR.
      • name

        public final String name
        The name of the repository in the build.

        Names may be user specified, or generated by Gradle.

      • properties

        public final Map<String,​?> properties
        The descriptive properties of the repository.

        May be empty.

        Repositories of the same type for a given Gradle version will be described with the same set of properties.

        The property values will be primitive-ish types (strings, booleans, numbers) or lists thereof. One exception is that properties that represent files will be modelled as a FileRef_1_0.

    • Constructor Detail

      • Repository_1_0

        public Repository_1_0​(long id,
                              String type,
                              String name,
                              Map<String,​?> properties)