Uses of Interface
jetbrains.buildServer.clouds.server.BeforeStartInstanceArguments
-
-
Uses of BeforeStartInstanceArguments in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server with parameters of type BeforeStartInstanceArguments Modifier and Type Method Description void
CloudEventAdapter. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)
void
CloudEventListener. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)
Notified before instance is started. -
Uses of BeforeStartInstanceArguments in jetbrains.buildServer.clouds.server.impl
Methods in jetbrains.buildServer.clouds.server.impl with parameters of type BeforeStartInstanceArguments Modifier and Type Method Description void
CloudEventsLogger. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)
-
Uses of BeforeStartInstanceArguments in jetbrains.buildServer.clouds.server.impl.instances
Classes in jetbrains.buildServer.clouds.server.impl.instances that implement BeforeStartInstanceArguments Modifier and Type Class Description class
BeforeStartInstanceArgumentsImpl
-
Uses of BeforeStartInstanceArguments in jetbrains.buildServer.clouds.server.instances.terminate
Methods in jetbrains.buildServer.clouds.server.instances.terminate with parameters of type BeforeStartInstanceArguments Modifier and Type Method Description default void
InstanceTerminateCondition. beforeInstanceStart(BeforeStartInstanceArguments args)
Called upon instance startup if condition is present in the profile
-