Class DimensionsBuildNotifier

    • Constructor Detail

      • DimensionsBuildNotifier

        public DimensionsBuildNotifier​(boolean canDeploy,
                                       String deployState,
                                       boolean canAction,
                                       String actionState,
                                       boolean canBuild,
                                       String area,
                                       String buildConfig,
                                       String buildOptions,
                                       String buildTargets,
                                       String blnScope,
                                       String blnTemplate,
                                       String blnOwningPart,
                                       String blnType,
                                       String blnName,
                                       boolean batch,
                                       boolean buildClean,
                                       boolean capture)
    • Method Detail

      • getBlnOwningPart

        public String getBlnOwningPart()
        Gets the baseline part spec.
      • getBlnType

        public String getBlnType()
        Gets the baseline type name.
      • getBlnTemplate

        public String getBlnTemplate()
        Gets the baseline template name.
      • getBlnName

        public String getBlnName()
        Gets the baseline name.
      • getBlnScope

        public String getBlnScope()
        Gets the baseline scope.
      • isCanBaselineBuild

        public boolean isCanBaselineBuild()
        Gets the build flag.
      • isCanBaselineAction

        public boolean isCanBaselineAction()
        Gets the action flag.
      • isCanBaselineDeploy

        public boolean isCanBaselineDeploy()
        Gets the deploy flag.
      • isBatch

        public boolean isBatch()
        Gets the batch flag.
      • isBuildClean

        public boolean isBuildClean()
        Gets the buildClean flag.
      • isCapture

        public boolean isCapture()
        Gets the capture flag.
      • getActionState

        public String getActionState()
        Gets the action state name.
      • getDeployState

        public String getDeployState()
        Gets the deploy state name.
      • getArea

        public String getArea()
        Gets the area name.
      • getBuildConfig

        public String getBuildConfig()
        Gets the build config name.
      • getBuildOptions

        public String getBuildOptions()
        Gets the build options string.
      • getBuildTargets

        public String getBuildTargets()
        Gets the build target name.