Class GitUtils

java.lang.Object
org.cyclonedx.gradle.utils.GitUtils

public final class GitUtils extends Object
  • Method Details

    • getGitUrlFromEnvironmentVariable

      public static @Nullable String getGitUrlFromEnvironmentVariable()
    • getGitUrlFromGitRepo

      public static @Nullable String getGitUrlFromGitRepo()
    • sanitizeGitUrl

      public static String sanitizeGitUrl(String gitUrl) throws URISyntaxException
      Throws:
      URISyntaxException