Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuildSystem ¶
func NewBuildSystem() cibuildsystem.BuildSystem
NewBuildSystem represents the newer build system
Types ¶
type BuildSystem ¶
type BuildSystem struct { }
BuildSystem represents a maven based build system
func (*BuildSystem) GetBuildFile ¶
func (buildSystem *BuildSystem) GetBuildFile() string
GetBuildFile returns the build file associated with this build
func (*BuildSystem) GetCacheDirectories ¶
func (buildSystem *BuildSystem) GetCacheDirectories(sourceTree string, homeDir string) ([]string, error)
GetCacheDirectories returns the list of directories that can be used as build cache
func (*BuildSystem) Name ¶
func (buildSystem *BuildSystem) Name() string
Name returns the name of the build systems
Click to show internal directories.
Click to hide internal directories.