npm

package
v1.12.1 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 30 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NpmCommand

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

func (*NpmCommand) SetBuildConfiguration

func (nc *NpmCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *NpmCommand

func (*NpmCommand) SetNpmArgs

func (nc *NpmCommand) SetNpmArgs(npmArgs []string) *NpmCommand

func (*NpmCommand) SetRepo

func (nc *NpmCommand) SetRepo(repo string) *NpmCommand

func (*NpmCommand) SetServerDetails added in v1.4.0

func (nc *NpmCommand) SetServerDetails(serverDetails *config.ServerDetails) *NpmCommand

type NpmCommandArgs

type NpmCommandArgs struct {
	NpmCommand
	// contains filtered or unexported fields
}

func NewNpmCommandArgs

func NewNpmCommandArgs(npmCommand string) *NpmCommandArgs

func (*NpmCommandArgs) ServerDetails added in v1.4.0

func (nca *NpmCommandArgs) ServerDetails() (*config.ServerDetails, error)

func (*NpmCommandArgs) SetThreads

func (nca *NpmCommandArgs) SetThreads(threads int) *NpmCommandArgs

type NpmInstallOrCiCommand

type NpmInstallOrCiCommand struct {
	*NpmCommandArgs
	// contains filtered or unexported fields
}

func NewNpmCiCommand

func NewNpmCiCommand() *NpmInstallOrCiCommand

func NewNpmInstallCommand

func NewNpmInstallCommand() *NpmInstallOrCiCommand

func (*NpmInstallOrCiCommand) CommandName

func (nic *NpmInstallOrCiCommand) CommandName() string

func (*NpmInstallOrCiCommand) Run

func (nic *NpmInstallOrCiCommand) Run() error

func (*NpmInstallOrCiCommand) SetArgs

func (nic *NpmInstallOrCiCommand) SetArgs(args []string) *NpmInstallOrCiCommand

func (*NpmInstallOrCiCommand) SetConfigFilePath

func (nic *NpmInstallOrCiCommand) SetConfigFilePath(configFilePath string) *NpmInstallOrCiCommand

func (*NpmInstallOrCiCommand) SetRepoConfig

type NpmLegacyInstallOrCiCommand

type NpmLegacyInstallOrCiCommand struct {
	*NpmCommandArgs
	// contains filtered or unexported fields
}

func NewNpmLegacyCiCommand

func NewNpmLegacyCiCommand() *NpmLegacyInstallOrCiCommand

func NewNpmLegacyInstallCommand

func NewNpmLegacyInstallCommand() *NpmLegacyInstallOrCiCommand

func (*NpmLegacyInstallOrCiCommand) CommandName

func (nlic *NpmLegacyInstallOrCiCommand) CommandName() string

func (*NpmLegacyInstallOrCiCommand) Run

func (nlic *NpmLegacyInstallOrCiCommand) Run() error

type NpmPublishCommand

type NpmPublishCommand struct {
	*NpmPublishCommandArgs
	// contains filtered or unexported fields
}

func NewNpmPublishCommand

func NewNpmPublishCommand() *NpmPublishCommand

func (*NpmPublishCommand) CommandName

func (npc *NpmPublishCommand) CommandName() string

func (*NpmPublishCommand) IsDetailedSummary added in v1.7.0

func (npc *NpmPublishCommand) IsDetailedSummary() bool

func (*NpmPublishCommand) Result added in v1.7.0

func (npc *NpmPublishCommand) Result() *commandsutils.Result

func (*NpmPublishCommand) Run

func (npc *NpmPublishCommand) Run() error

func (*NpmPublishCommand) ServerDetails added in v1.4.0

func (npc *NpmPublishCommand) ServerDetails() (*config.ServerDetails, error)

func (*NpmPublishCommand) SetArgs

func (npc *NpmPublishCommand) SetArgs(args []string) *NpmPublishCommand

func (*NpmPublishCommand) SetConfigFilePath

func (npc *NpmPublishCommand) SetConfigFilePath(configFilePath string) *NpmPublishCommand

func (*NpmPublishCommand) SetDetailedSummary added in v1.7.0

func (npc *NpmPublishCommand) SetDetailedSummary(detailedSummary bool) *NpmPublishCommand

type NpmPublishCommandArgs

type NpmPublishCommandArgs struct {
	NpmCommand
	// contains filtered or unexported fields
}

func NewNpmPublishCommandArgs

func NewNpmPublishCommandArgs() *NpmPublishCommandArgs

Jump to

Keyboard shortcuts

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