gradle

package
v2.0.0-alpha.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	Path string
	Name string
}

Artifact ...

func (Artifact) Export

func (artifact Artifact) Export(destination string) error

Export ...

func (Artifact) ExportZIP

func (artifact Artifact) ExportZIP(destination string) error

ExportZIP ...

type Project

type Project struct {
	// contains filtered or unexported fields
}

Project ...

func NewProject

func NewProject(location string, cmdFactory command.Factory) (Project, error)

NewProject ...

func (Project) FindArtifacts

func (proj Project) FindArtifacts(generatedAfter time.Time, pattern string, includeModuleInName bool) ([]Artifact, error)

FindArtifacts ...

func (Project) FindDirs

func (proj Project) FindDirs(generatedAfter time.Time, pattern string, includeModuleInName bool) ([]Artifact, error)

FindDirs ...

func (Project) GetTask

func (proj Project) GetTask(name string) *Task

GetTask ...

type Task

type Task struct {
	// contains filtered or unexported fields
}

Task ...

func (*Task) GetCommand

func (task *Task) GetCommand(v Variants, args ...string) command.Command

GetCommand ...

func (*Task) GetVariants

func (task *Task) GetVariants(args ...string) (Variants, error)

GetVariants ...

type Variants

type Variants map[string][]string

Variants ...

func (Variants) Filter

func (v Variants) Filter(module, filter string) Variants

Filter ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL