Class RunBuildParameters
- java.lang.Object
-
- jetbrains.buildServer.controllers.RunBuildParameters
-
public class RunBuildParameters extends Object
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 30.08.11 18:12
-
-
Constructor Summary
Constructors Constructor Description RunBuildParameters(SBuildType buildType, ParameterManager parametersManager, ParameterContextFactory contextFactory, ParameterFactory parameterFactory, boolean readOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RunBuildParameterscreateSnapshot()Collection<String>getChangedParameters()booleangetContainsRequiredParameters()Map<String,String>getCustomParameters()ParametersCollectiongetCustomParametersCollection()List<Parameter>getCustomParametersList()Map<String,String>getDefaultParameters()Collection<RunBuildParameterGroup>getParameterGroups()voidinitFromBuild(SBuild build)booleanisAllowAddingBuildParameters()booleanisCustomBuildDialog()booleanisCustomRunDialogForRunButton()booleanisReadOnly()voidloadFromRequest(javax.servlet.http.HttpServletRequest request, ActionErrors errors)voidresetParameterValue(String flipControl)voidsetCustomBuildDialog(boolean customBuildDialog)voidsetCustomRunDialogForRunButton(boolean isCustomRunDialogForRunButton)voidupdateDefaultParameters()
-
-
-
Constructor Detail
-
RunBuildParameters
public RunBuildParameters(@NotNull SBuildType buildType, @NotNull ParameterManager parametersManager, @NotNull ParameterContextFactory contextFactory, @NotNull ParameterFactory parameterFactory, boolean readOnly)
-
-
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()
-
getCustomParametersCollection
@NotNull @TestOnly public ParametersCollection getCustomParametersCollection()
-
getParameterGroups
@NotNull public Collection<RunBuildParameterGroup> getParameterGroups()
-
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)
-
createSnapshot
@NotNull public RunBuildParameters createSnapshot()
-
getChangedParameters
@NotNull public Collection<String> getChangedParameters()
-
isAllowAddingBuildParameters
public boolean isAllowAddingBuildParameters()
-
-