Interface MavenRepository


public interface MavenRepository
  • Method Details

    • getId

      @Nullable String getId()
    • getUri

      String getUri()
      Not a URI because this could be a property reference.
    • getReleases

      @Nullable String getReleases()
    • getSnapshots

      @Nullable String getSnapshots()
    • isKnownToExist

      boolean isKnownToExist()
    • getUsername

      @Nullable String getUsername()
    • getPassword

      @Nullable String getPassword()
    • getTimeout

      @Nullable Duration getTimeout()
    • getDeriveMetadataIfMissing

      @Nullable Boolean getDeriveMetadataIfMissing()
    • toMarker

      static @Nullable org.openrewrite.maven.tree.MavenRepository toMarker(@Nullable MavenRepository mavenRepository)