Interface Http

All Superinterfaces:
org.jreleaser.model.Http, Serializable
All Known Implementing Classes:
ArtifactoryUploader, HttpAnnouncer, HttpDelegate, HttpDownloader, HttpUploader

public interface Http extends org.jreleaser.model.Http, Serializable
Since:
1.5.0
Author:
Andres Almiray
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jreleaser.model.Http

    org.jreleaser.model.Http.Authorization, org.jreleaser.model.Http.Method
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jreleaser.model.Http.Authorization
     
    void
    setAuthorization(String authorization)
     
    void
    setAuthorization(org.jreleaser.model.Http.Authorization authorization)
     
    void
    setPassword(String password)
     
    void
    setUsername(String username)
     

    Methods inherited from interface org.jreleaser.model.Http

    getAuthorization, getHeaders, getPassword, getUsername
  • Method Details

    • setUsername

      void setUsername(String username)
    • setPassword

      void setPassword(String password)
    • setAuthorization

      void setAuthorization(org.jreleaser.model.Http.Authorization authorization)
    • setAuthorization

      void setAuthorization(String authorization)
    • resolveAuthorization

      org.jreleaser.model.Http.Authorization resolveAuthorization()