Interface BLStagingProfileRepositoryType

All Known Implementing Classes:
BLStagingProfileRepository

@Immutable
public interface BLStagingProfileRepositoryType
A description of a staging repository.
  • Method Details

    • profileId

      java.lang.String profileId()
    • profileName

      java.lang.String profileName()
    • profileType

      java.lang.String profileType()
    • repositoryId

      java.lang.String repositoryId()
    • type

      java.lang.String type()
    • policy

      java.lang.String policy()
    • userId

      java.lang.String userId()
    • userAgent

      java.lang.String userAgent()
    • ipAddress

      java.lang.String ipAddress()
    • repositoryURI

      java.net.URI repositoryURI()
    • created

      java.time.OffsetDateTime created()
    • updated

      java.time.OffsetDateTime updated()
    • description

      java.lang.String description()
    • provider

      java.lang.String provider()
    • releaseRepositoryId

      java.lang.String releaseRepositoryId()
    • releaseRepositoryName

      java.lang.String releaseRepositoryName()
    • notifications

      java.lang.String notifications()
    • transitioning

      boolean transitioning()