ArtifactoryPublishModule

mill.contrib.artifactory.ArtifactoryPublishModule
See theArtifactoryPublishModule companion trait

Attributes

Companion
trait
Source
ArtifactoryPublishModule.scala
Graph
Supertypes
class RootModule0
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Source
Module.scala
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

def publishAll(credentials: String, artifactoryUri: String, artifactorySnapshotUri: String, publishArtifacts: Tasks[PublishData], readTimeout: Int, connectTimeout: Int): Command[Unit]

Publish all given artifacts to Artifactory. Uses environment variables ARTIFACTORY_USERNAME and ARTIFACTORY_PASSWORD as credentials.

Publish all given artifacts to Artifactory. Uses environment variables ARTIFACTORY_USERNAME and ARTIFACTORY_PASSWORD as credentials.

Value parameters

credentials

Artifactory credentials in format username:password. If specified, environment variables will be ignored. Note: consider using environment variables over this argument due to security reasons.

Attributes

Source
ArtifactoryPublishModule.scala

Inherited methods

Attributes

Inherited from:
RootModule0
Source
RootModule0.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def moduleSegments: Segments

Attributes

Definition Classes
Inherited from:
ExternalModule
Source
ExternalModule.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module
Source
Module.scala

Concrete fields