Class RunBuildParameters


  • public class RunBuildParameters
    extends Object
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 30.08.11 18:12
    • Method Detail

      • isCustomBuildDialog

        public boolean isCustomBuildDialog()
      • setCustomBuildDialog

        public void setCustomBuildDialog​(boolean customBuildDialog)
      • isCustomRunDialogForRunButton

        public boolean isCustomRunDialogForRunButton()
      • setCustomRunDialogForRunButton

        public void setCustomRunDialogForRunButton​(boolean isCustomRunDialogForRunButton)
      • updateDefaultParameters

        public void updateDefaultParameters()
      • getCustomParameters

        @NotNull
        public Map<String,​String> getCustomParameters()
      • getCustomParametersList

        @NotNull
        public List<Parameter> getCustomParametersList()
      • getCustomParametersCollection

        @NotNull
        @TestOnly
        public ParametersCollection getCustomParametersCollection()
      • getDefaultParameters

        public Map<String,​String> getDefaultParameters()
      • isReadOnly

        public boolean isReadOnly()
      • getContainsRequiredParameters

        public boolean getContainsRequiredParameters()
      • loadFromRequest

        public void loadFromRequest​(@NotNull
                                    javax.servlet.http.HttpServletRequest request,
                                    @NotNull
                                    ActionErrors errors)
      • initFromBuild

        public void initFromBuild​(@NotNull
                                  SBuild build)
      • resetParameterValue

        public void resetParameterValue​(@NotNull
                                        String flipControl)
      • getChangedParameters

        @NotNull
        public Collection<String> getChangedParameters()
      • isAllowAddingBuildParameters

        public boolean isAllowAddingBuildParameters()