Uses of Interface
jetbrains.buildServer.clouds.CloudImage
-
-
Uses of CloudImage in jetbrains.buildServer.clouds
Methods in jetbrains.buildServer.clouds that return CloudImage Modifier and Type Method Description CloudImage
CloudClient. findImageById(String imageId)
Looks for an image with the specified identifier and returns its handle.CloudImage
CloudInstance. getImage()
Returns the reference to the handle of the image this instance started from.Methods in jetbrains.buildServer.clouds that return types with arguments of type CloudImage Modifier and Type Method Description Collection<? extends CloudImage>
CloudClient. getImages()
Lists all user selected images.Methods in jetbrains.buildServer.clouds with parameters of type CloudImage Modifier and Type Method Description default boolean
CloudClient. canStartNewInstance(CloudImage image)
Deprecated.since 2018.1default CanStartNewInstanceResult
CloudClient. canStartNewInstanceWithDetails(CloudImage image)
Call this method to check if it is possible (in theory) to start new instance of a given image in this profile.CloudInstance
CloudClientEx. startNewInstance(CloudImage image, CloudInstanceUserData tag)
Starts a new virtual machine instance -
Uses of CloudImage in jetbrains.buildServer.clouds.fakeCloud
Classes in jetbrains.buildServer.clouds.fakeCloud that implement CloudImage Modifier and Type Class Description class
DummyCloudImage
Fields in jetbrains.buildServer.clouds.fakeCloud declared as CloudImage Modifier and Type Field Description CloudImage
DummyCloudInstance. myImage
Methods in jetbrains.buildServer.clouds.fakeCloud that return CloudImage Modifier and Type Method Description CloudImage
DummyCloudInstance. getImage()
Methods in jetbrains.buildServer.clouds.fakeCloud that return types with arguments of type CloudImage Modifier and Type Method Description Collection<? extends CloudImage>
DummyCloudClient. getImages()
Methods in jetbrains.buildServer.clouds.fakeCloud with parameters of type CloudImage Modifier and Type Method Description boolean
DummyCloudClient. canStartNewInstance(CloudImage image)
CanStartNewInstanceResult
DummyCloudClient. canStartNewInstanceWithDetails(CloudImage image)
CloudInstance
DummyCloudClient. startNewInstance(CloudImage image, CloudInstanceUserData tag)
-
Uses of CloudImage in jetbrains.buildServer.clouds.server
Methods in jetbrains.buildServer.clouds.server with parameters of type CloudImage 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.CanStartNewInstanceResult
CloudInstanceManager. canStartNewInstance(CloudProfile profile, CloudImage image)
Indicates whether it's possible to start a new instance of a certain image in particular cloud profileCanStartNewInstanceResult
CloudQuotaChecker. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)
String
CloudManager. getServerUrlForAgent(CloudProfile profile, CloudImage image)
Server url that will be sent to new created build agentvoid
CloudEventAdapter. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)
void
CloudEventListener. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)
Fired if the agent start action has failedboolean
CloudManager. isImageWithAgent(CloudProfile profile, CloudImage image)
Checks if the image is configured to start agent.boolean
CloudStateManager. isImageWithAgent(CloudProfile profile, CloudImage image)
Checks if the image is configured to start agent.void
CloudStateManager. markImageWithAgent(CloudProfile profile, CloudImage image)
Marks that create instance will be able to start build agent.void
CloudStateManager. markImageWithoutAgent(CloudProfile profile, CloudImage image)
Marks that created instance will not able to start build agent.default boolean
CloudInstancesProviderCallback. processImage(CloudProfile profile, CloudImage image)
Indicates whether to process this particular image.boolean
CloudInstancesProviderExtendedCallbackAdapter. processImage(CloudProfile profile, CloudImage image)
void
CloudInstancesProviderExtendedCallback. processImageError(CloudProfile profile, CloudImage image)
Called if - image error occouredvoid
CloudInstancesProviderExtendedCallbackAdapter. processImageError(CloudProfile profile, CloudImage image)
-
Uses of CloudImage in jetbrains.buildServer.clouds.server.agentTypes
Methods in jetbrains.buildServer.clouds.server.agentTypes that return CloudImage Modifier and Type Method Description CloudImage
CloudAgentInfo. getCloudImage()
-
Uses of CloudImage in jetbrains.buildServer.clouds.server.impl
Classes in jetbrains.buildServer.clouds.server.impl that implement CloudImage Modifier and Type Class Description static class
CloudStateHolder.ImageState
Methods in jetbrains.buildServer.clouds.server.impl that return CloudImage Modifier and Type Method Description CloudImage
BrokenClient. findImageById(String imageId)
CloudImage
ReadonlyClient. findImageById(String imageId)
CloudImage
CloudStateHolder.InstanceState. getImage()
Methods in jetbrains.buildServer.clouds.server.impl that return types with arguments of type CloudImage Modifier and Type Method Description Collection<? extends CloudImage>
BrokenClient. getImages()
Collection<? extends CloudImage>
ReadonlyClient. getImages()
Constructors in jetbrains.buildServer.clouds.server.impl with parameters of type CloudImage Constructor Description ImageState(String projectId, String profileId, CloudImage image, CanStartNewInstanceResult canStartNewInstanceResult)
-
Uses of CloudImage in jetbrains.buildServer.clouds.server.impl.instances
Methods in jetbrains.buildServer.clouds.server.impl.instances that return CloudImage Modifier and Type Method Description CloudImage
StartInstanceUserAction.StartingInstance. getImage()
Methods in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudImage Modifier and Type Method Description protected CloudInstance
StartInstanceAction. doStartCloudInstance(CloudProfile profile, CloudClientEx client, CloudImage cloudImage, StartInstanceReason reason)
String
StartingCloudInstanceTokens. generateNewToken(CloudProfile profile, CloudImage image)
CanStartNewInstanceResult
StartInstanceAction. getCanStartNewInstanceResult(CloudProfile profile, CloudImage image)
String
StartInstanceAction. getServerUrlForAgent(CloudProfile profile, CloudImage image)
boolean
InstanceUpdateTask. matches(CloudProfile profile, CloudImage image)
boolean
MatchingInstanceTask. matches(CloudProfile profile, CloudImage image)
boolean
NonExistingInstance. matches(CloudProfile profile, CloudImage image)
boolean
UpdateInstancesCollectionTaskImpl. processImage(CloudProfile profile, CloudImage image)
void
UpdateInstancesCollectionTaskImpl. processImageError(CloudProfile profile, CloudImage image)
boolean
StartingCloudInstanceTokens. tokenExists(CloudProfile profile, CloudImage image, String token)
-
Uses of CloudImage in jetbrains.buildServer.clouds.server.impl.profile
Methods in jetbrains.buildServer.clouds.server.impl.profile that return CloudImage Modifier and Type Method Description CloudImage
CloudClientCanStartProxy. findImageById(String imageId)
CloudImage
DisposingCloudClientProxy. findImageById(String imageId)
Methods in jetbrains.buildServer.clouds.server.impl.profile that return types with arguments of type CloudImage Modifier and Type Method Description Collection<? extends CloudImage>
CloudClientCanStartProxy. getImages()
Collection<? extends CloudImage>
DisposingCloudClientProxy. getImages()
Methods in jetbrains.buildServer.clouds.server.impl.profile with parameters of type CloudImage Modifier and Type Method Description boolean
CloudClientCanStartProxy. canStartNewInstance(CloudImage image)
CanStartNewInstanceResult
CloudClientCanStartProxy. canStartNewInstanceWithDetails(CloudImage image)
CanStartNewInstanceResult
DisposingCloudClientProxy. canStartNewInstanceWithDetails(CloudImage image)
CloudInstance
CloudClientCanStartProxy. startNewInstance(CloudImage image, CloudInstanceUserData tag)
CloudInstance
DisposingCloudClientProxy. startNewInstance(CloudImage image, CloudInstanceUserData tag)
-
Uses of CloudImage in jetbrains.buildServer.clouds.server.impl.virtual
Methods in jetbrains.buildServer.clouds.server.impl.virtual that return CloudImage Modifier and Type Method Description CloudImage
StartableAgentTypeImpl. getImage()
Constructors in jetbrains.buildServer.clouds.server.impl.virtual with parameters of type CloudImage Constructor Description StartableAgentTypeImpl(CloudProfile profile, CloudImage image, SAgentType agentType, CloudManager manager)
-
Uses of CloudImage in jetbrains.buildServer.clouds.web
Classes in jetbrains.buildServer.clouds.web with type parameters of type CloudImage Modifier and Type Class Description class
CloudImageDetailsExtensionBase<T extends CloudImage>
Base class for page extension to provide cloud image details.
-