Class AddToQueueProcessor
- java.lang.Object
-
- jetbrains.buildServer.controllers.actions.AddToQueueProcessor
-
public class AddToQueueProcessor extends Object
- Author:
- Pavel.Sher Date: 28.07.2008
-
-
Field Summary
Fields Modifier and Type Field Description static String
BRANCH_NAME_CONFLICT_ERROR
static String
ILLEGAL_PERSONAL_BUILD_ERROR
static String
NO_AGENTS_MESSAGE
static String
NO_AGENTS_NO_CLOUD_MESSAGE
static String
NO_AGENTS_SUFFIX_JS
static String
REVISIONS_NOT_AVAILABLE_ERROR
static String
RUN_EXTENSION_ERROR
static String
UNKNOWN_ERROR
-
Constructor Summary
Constructors Constructor Description AddToQueueProcessor(BatchTrigger batchTrigger, ExtensionHolder extensionHolder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<SQueuedBuild>
processRequest(RunBuildBean bean, javax.servlet.http.HttpServletRequest request, ActionErrors errors)
static void
writeIdsToResponse(Collection<SQueuedBuild> queuedBuilds, org.jdom.Element ajaxResponse)
-
-
-
Field Detail
-
NO_AGENTS_SUFFIX_JS
public static final String NO_AGENTS_SUFFIX_JS
- See Also:
- Constant Field Values
-
NO_AGENTS_NO_CLOUD_MESSAGE
public static final String NO_AGENTS_NO_CLOUD_MESSAGE
- See Also:
- Constant Field Values
-
NO_AGENTS_MESSAGE
public static final String NO_AGENTS_MESSAGE
- See Also:
- Constant Field Values
-
REVISIONS_NOT_AVAILABLE_ERROR
@NotNull public static final String REVISIONS_NOT_AVAILABLE_ERROR
- See Also:
- Constant Field Values
-
BRANCH_NAME_CONFLICT_ERROR
@NotNull public static final String BRANCH_NAME_CONFLICT_ERROR
- See Also:
- Constant Field Values
-
UNKNOWN_ERROR
@NotNull public static final String UNKNOWN_ERROR
- See Also:
- Constant Field Values
-
RUN_EXTENSION_ERROR
@NotNull public static final String RUN_EXTENSION_ERROR
- See Also:
- Constant Field Values
-
ILLEGAL_PERSONAL_BUILD_ERROR
@NotNull public static final String ILLEGAL_PERSONAL_BUILD_ERROR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AddToQueueProcessor
public AddToQueueProcessor(@NotNull BatchTrigger batchTrigger, @NotNull ExtensionHolder extensionHolder)
-
-
Method Detail
-
processRequest
public Collection<SQueuedBuild> processRequest(@NotNull RunBuildBean bean, @NotNull javax.servlet.http.HttpServletRequest request, @NotNull ActionErrors errors)
-
writeIdsToResponse
public static void writeIdsToResponse(@NotNull Collection<SQueuedBuild> queuedBuilds, @NotNull org.jdom.Element ajaxResponse)
-
-