Package jetbrains.buildServer.serverSide
Interface QueuedBuildFactory
-
- All Known Implementing Classes:
QueuedBuildFactoryImpl
,SecuredQueuedBuildFactory
public interface QueuedBuildFactory
- Author:
- Pavel.Sher Date: 04.10.2007
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueuedBuildEx
createQueuedBuild(BuildPromotion promotion, SAgentRestrictor agentRestrictor, String requestor, Date queuedAt)
QueuedBuildEx
createRestoredQueuedBuild(BuildPromotionEx buildPromotion, SAgentRestrictor agentRestrictor, String requestor)
-
-
-
Method Detail
-
createQueuedBuild
@NotNull QueuedBuildEx createQueuedBuild(@NotNull BuildPromotion promotion, @Nullable SAgentRestrictor agentRestrictor, @NotNull String requestor, @NotNull Date queuedAt)
-
createRestoredQueuedBuild
@NotNull QueuedBuildEx createRestoredQueuedBuild(@NotNull BuildPromotionEx buildPromotion, @Nullable SAgentRestrictor agentRestrictor, @NotNull String requestor) throws InvalidBuildPromotionException
- Throws:
InvalidBuildPromotionException
-
-