Documentation
¶
Index ¶
- func SetLogger(logger logrus.FieldLogger)
- type Context
- func (ctx *Context) FindAndPopulateMavenProjects() error
- func (ctx *Context) GetMavenRepository() maven.Repository
- func (ctx *Context) LoadProfile(profilePath string)
- func (ctx *Context) OnEachMavenProject(description string, ...)
- func (ctx *Context) OnRootProject(description string, do ...func(project config.Project) error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetLogger ¶
func SetLogger(logger logrus.FieldLogger)
Types ¶
type Context ¶
type Context struct {
Recursive bool
DryRun bool
TargetDirectory string
DisableGit bool
ForceCloudSync bool
OpenInBrowser bool
StealthMode bool
Projects []config.Project
Err error
ProfilesPath string
LocalConfig config.LocalConfigDir
CloudConfig config.CloudConfig
}
func (*Context) FindAndPopulateMavenProjects ¶
func (*Context) GetMavenRepository ¶
func (ctx *Context) GetMavenRepository() maven.Repository
func (*Context) LoadProfile ¶
func (*Context) OnEachMavenProject ¶
Click to show internal directories.
Click to hide internal directories.