Documentation ¶
Index ¶
- type NpmCommand
- func (nc *NpmCommand) SetBuildConfiguration(buildConfiguration *utils.BuildConfiguration) *NpmCommand
- func (nc *NpmCommand) SetNpmArgs(npmArgs []string) *NpmCommand
- func (nc *NpmCommand) SetRepo(repo string) *NpmCommand
- func (nc *NpmCommand) SetRtDetails(rtDetails *config.ArtifactoryDetails) *NpmCommand
- type NpmCommandArgs
- type NpmInstallOrCiCommand
- func (nic *NpmInstallOrCiCommand) CommandName() string
- func (nic *NpmInstallOrCiCommand) Run() error
- func (nic *NpmInstallOrCiCommand) SetArgs(args []string) *NpmInstallOrCiCommand
- func (nic *NpmInstallOrCiCommand) SetConfigFilePath(configFilePath string) *NpmInstallOrCiCommand
- func (nic *NpmInstallOrCiCommand) SetRepoConfig(conf *utils.RepositoryConfig) *NpmInstallOrCiCommand
- type NpmLegacyInstallOrCiCommand
- type NpmPublishCommand
- func (npc *NpmPublishCommand) CommandName() string
- func (npc *NpmPublishCommand) RtDetails() (*config.ArtifactoryDetails, error)
- func (npc *NpmPublishCommand) Run() error
- func (nic *NpmPublishCommand) SetArgs(args []string) *NpmPublishCommand
- func (npc *NpmPublishCommand) SetConfigFilePath(configFilePath string) *NpmPublishCommand
- type NpmPublishCommandArgs
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) SetRtDetails ¶
func (nc *NpmCommand) SetRtDetails(rtDetails *config.ArtifactoryDetails) *NpmCommand
type NpmCommandArgs ¶
type NpmCommandArgs struct { NpmCommand // contains filtered or unexported fields }
func NewNpmCommandArgs ¶
func NewNpmCommandArgs(npmCommand string) *NpmCommandArgs
func (*NpmCommandArgs) RtDetails ¶
func (nca *NpmCommandArgs) RtDetails() (*config.ArtifactoryDetails, error)
func (*NpmCommandArgs) SetJsonOutput ¶
func (nca *NpmCommandArgs) SetJsonOutput(jsonOutput bool) *NpmCommandArgs
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 ¶
func (nic *NpmInstallOrCiCommand) SetRepoConfig(conf *utils.RepositoryConfig) *NpmInstallOrCiCommand
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) RtDetails ¶
func (npc *NpmPublishCommand) RtDetails() (*config.ArtifactoryDetails, error)
func (*NpmPublishCommand) Run ¶
func (npc *NpmPublishCommand) Run() error
func (*NpmPublishCommand) SetArgs ¶
func (nic *NpmPublishCommand) SetArgs(args []string) *NpmPublishCommand
func (*NpmPublishCommand) SetConfigFilePath ¶
func (npc *NpmPublishCommand) SetConfigFilePath(configFilePath string) *NpmPublishCommand
type NpmPublishCommandArgs ¶
type NpmPublishCommandArgs struct { NpmCommand // contains filtered or unexported fields }
func NewNpmPublishCommandArgs ¶
func NewNpmPublishCommandArgs() *NpmPublishCommandArgs
Click to show internal directories.
Click to hide internal directories.