PublishData

mill.javalib.PublishModule.PublishData
See thePublishData companion object
case class PublishData(meta: Artifact, payload: Seq[(PathRef, String)])

Attributes

Companion
object
Source
PublishModule.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def payloadAsMap: Map[SubPath, PathRef]

Attributes

Source
PublishModule.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product