Class ConfigurationIdentity_1_0

    • Field Detail

      • buildPath

        public final String buildPath
        The path of the build that the configuration belongs to.
      • projectPath

        @Nullable
        public final @Nullable String projectPath
        The path of the project that the configuration belongs to.
      • name

        public final String name
        The name of the configuration.
    • Constructor Detail

      • ConfigurationIdentity_1_0

        public ConfigurationIdentity_1_0​(String buildPath,
                                         @Nullable
                                         @Nullable String projectPath,
                                         String name)