Class DimensionsBuilder

    • Constructor Detail

      • DimensionsBuilder

        public DimensionsBuilder​(String area,
                                 String buildConfig,
                                 String buildOptions,
                                 String buildTargets,
                                 String buildType,
                                 String buildStage,
                                 boolean batch,
                                 boolean buildClean,
                                 boolean capture,
                                 boolean audit,
                                 boolean populate,
                                 boolean touch)
    • Method Detail

      • isProjectAudit

        public boolean isProjectAudit()
        Gets the audit flag.
      • isProjectPopulate

        public boolean isProjectPopulate()
        Gets the populate flag.
      • isProjectTouch

        public boolean isProjectTouch()
        Gets the touch flag.
      • isProjectBatch

        public boolean isProjectBatch()
        Gets the batch flag.
      • isProjectClean

        public boolean isProjectClean()
        Gets the buildClean flag.
      • isProjectCapture

        public boolean isProjectCapture()
        Gets the capture flag.
      • getProjectType

        public String getProjectType()
        Gets the project type name.
      • getProjectStage

        public String getProjectStage()
        Gets the project stage name.
      • getProjectArea

        public String getProjectArea()
        Gets the area name.
      • getProjectConfig

        public String getProjectConfig()
        Gets the build config name.
      • getProjectOptions

        public String getProjectOptions()
        Gets the build options string.
      • getProjectTargets

        public String getProjectTargets()
        Gets the build target names.