Uses of Class
com.developer.nefarious.zjoule.plugin.models.Deployment
Packages that use Deployment
Package
Description
-
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.api
Methods in com.developer.nefarious.zjoule.plugin.login.api that return types with arguments of type DeploymentModifier and TypeMethodDescriptionGetDeploymentsResponse.getDeployments()
Retrieves the list of deployments.Method parameters in com.developer.nefarious.zjoule.plugin.login.api with type arguments of type DeploymentModifier and TypeMethodDescriptionvoid
GetDeploymentsResponse.setResources
(List<Deployment> deployments) Sets the list of deployments. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.events
Constructor parameters in com.developer.nefarious.zjoule.plugin.login.events with type arguments of type DeploymentModifierConstructorDescriptionDeploymentSelectionAdapter
(SecondLoginWizardPage secondLoginWizardPage, IMemoryObject<Deployment> memoryDeployment) Constructs a newDeploymentSelectionAdapter
. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.memory
Methods in com.developer.nefarious.zjoule.plugin.login.memory that return DeploymentMethods in com.developer.nefarious.zjoule.plugin.login.memory with parameters of type DeploymentModifier and TypeMethodDescriptionvoid
TemporaryMemoryDeployment.save
(Deployment deployment) Saves the given data to memory. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.pages
Methods in com.developer.nefarious.zjoule.plugin.login.pages that return types with arguments of type DeploymentModifier and TypeMethodDescriptionSecondLoginWizardPage.getDeploymentsForSelection()
Retrieves the list of deployments available for selection.Method parameters in com.developer.nefarious.zjoule.plugin.login.pages with type arguments of type DeploymentModifier and TypeMethodDescriptionvoid
SecondLoginWizardPage.setDeploymentsForSelection
(List<Deployment> deploymentsForSelection) Sets the list of deployments available for selection and updates the dropdown. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.memory
Methods in com.developer.nefarious.zjoule.plugin.memory that return DeploymentMethods in com.developer.nefarious.zjoule.plugin.memory with parameters of type DeploymentModifier and TypeMethodDescriptionvoid
MemoryDeployment.save
(Deployment deployment) Saves the given data to memory.