Interface MappingResult

    • Method Detail

      • getMappedPath

        @Nullable
        java.lang.String getMappedPath()
        Returns:
        the mapped path (according to checkout rules) in the target workspace
      • getMappedSettings

        VcsSettings getMappedSettings()
        Returns:
        parameters of the repository layout for which the mapping was found
      • getAlternativeMappings

        java.util.Collection<java.lang.String> getAlternativeMappings()
        Returns:
        if 'returnFirstMatch' parameter is false, returns alternative target mappings for 'pathToMap'
      • getSkippedByCheckoutRules

        java.util.Collection<java.util.Collection<java.lang.String>> getSkippedByCheckoutRules()
        Returns:
        list of lists of candidate paths from different VCS, which were rejected due to checkout rules limitations