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 CloudImageCloudClient. findImageById(String imageId)Looks for an image with the specified identifier and returns its handle.CloudImageCloudInstance. 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 booleanCloudClient. canStartNewInstance(CloudImage image)Deprecated.since 2018.1default CanStartNewInstanceResultCloudClient. 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.CloudInstanceCloudClientEx. 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 classDummyCloudImageFields in jetbrains.buildServer.clouds.fakeCloud declared as CloudImage Modifier and Type Field Description CloudImageDummyCloudInstance. myImageMethods in jetbrains.buildServer.clouds.fakeCloud that return CloudImage Modifier and Type Method Description CloudImageDummyCloudInstance. 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 booleanDummyCloudClient. canStartNewInstance(CloudImage image)CanStartNewInstanceResultDummyCloudClient. canStartNewInstanceWithDetails(CloudImage image)CloudInstanceDummyCloudClient. 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 voidCloudEventAdapter. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)voidCloudEventListener. beforeInstanceStarted(CloudProfile profile, CloudImage image, BeforeStartInstanceArguments args)Notified before instance is started.CanStartNewInstanceResultCloudInstanceManager. canStartNewInstance(CloudProfile profile, CloudImage image)Indicates whether it's possible to start a new instance of a certain image in particular cloud profileCanStartNewInstanceResultCloudQuotaChecker. checkCloudQuota(CloudProfile profile, CloudImage image, CloudClientEx client)StringCloudManager. getServerUrlForAgent(CloudProfile profile, CloudImage image)Server url that will be sent to new created build agentvoidCloudEventAdapter. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)voidCloudEventListener. instanceFailedToStart(CloudProfile profile, CloudImage cloudImage, Throwable reason)Fired if the agent start action has failedbooleanCloudManager. isImageWithAgent(CloudProfile profile, CloudImage image)Checks if the image is configured to start agent.booleanCloudStateManager. isImageWithAgent(CloudProfile profile, CloudImage image)Checks if the image is configured to start agent.voidCloudStateManager. markImageWithAgent(CloudProfile profile, CloudImage image)Marks that create instance will be able to start build agent.voidCloudStateManager. markImageWithoutAgent(CloudProfile profile, CloudImage image)Marks that created instance will not able to start build agent.default booleanCloudInstancesProviderCallback. processImage(CloudProfile profile, CloudImage image)Indicates whether to process this particular image.booleanCloudInstancesProviderExtendedCallbackAdapter. processImage(CloudProfile profile, CloudImage image)voidCloudInstancesProviderExtendedCallback. processImageError(CloudProfile profile, CloudImage image)Called if - image error occouredvoidCloudInstancesProviderExtendedCallbackAdapter. 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 CloudImageCloudAgentInfo. 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 classCloudStateHolder.ImageStateMethods in jetbrains.buildServer.clouds.server.impl that return CloudImage Modifier and Type Method Description CloudImageBrokenClient. findImageById(String imageId)CloudImageReadonlyClient. findImageById(String imageId)CloudImageCloudStateHolder.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 CloudImageStartInstanceUserAction.StartingInstance. getImage()Methods in jetbrains.buildServer.clouds.server.impl.instances with parameters of type CloudImage Modifier and Type Method Description protected CloudInstanceStartInstanceAction. doStartCloudInstance(CloudProfile profile, CloudClientEx client, CloudImage cloudImage, StartInstanceReason reason)StringStartingCloudInstanceTokens. generateNewToken(CloudProfile profile, CloudImage image)CanStartNewInstanceResultStartInstanceAction. getCanStartNewInstanceResult(CloudProfile profile, CloudImage image)StringStartInstanceAction. getServerUrlForAgent(CloudProfile profile, CloudImage image)booleanInstanceUpdateTask. matches(CloudProfile profile, CloudImage image)booleanMatchingInstanceTask. matches(CloudProfile profile, CloudImage image)booleanNonExistingInstance. matches(CloudProfile profile, CloudImage image)booleanUpdateInstancesCollectionTaskImpl. processImage(CloudProfile profile, CloudImage image)voidUpdateInstancesCollectionTaskImpl. processImageError(CloudProfile profile, CloudImage image)booleanStartingCloudInstanceTokens. 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 CloudImageCloudClientCanStartProxy. findImageById(String imageId)CloudImageDisposingCloudClientProxy. 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 booleanCloudClientCanStartProxy. canStartNewInstance(CloudImage image)CanStartNewInstanceResultCloudClientCanStartProxy. canStartNewInstanceWithDetails(CloudImage image)CanStartNewInstanceResultDisposingCloudClientProxy. canStartNewInstanceWithDetails(CloudImage image)CloudInstanceCloudClientCanStartProxy. startNewInstance(CloudImage image, CloudInstanceUserData tag)CloudInstanceDisposingCloudClientProxy. 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 CloudImageStartableAgentTypeImpl. 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 classCloudImageDetailsExtensionBase<T extends CloudImage>Base class for page extension to provide cloud image details.
-