Uses of Class
com.developer.nefarious.zjoule.plugin.models.Deployment
Package
Description
-
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.api
Modifier and TypeMethodDescriptionGetDeploymentsResponse.getDeployments()
Retrieves the list of deployments.Modifier and TypeMethodDescriptionvoid
GetDeploymentsResponse.setResources
(List<Deployment> deployments) Sets the list of deployments. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.events
ModifierConstructorDescriptionDeploymentSelectionAdapter
(SecondLoginWizardPage secondLoginWizardPage, IMemoryObject<Deployment> memoryDeployment) Constructs a newDeploymentSelectionAdapter
. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.memory
Modifier and TypeMethodDescriptionvoid
TemporaryMemoryDeployment.save
(Deployment deployment) Saves the given data to memory. -
Uses of Deployment in com.developer.nefarious.zjoule.plugin.login.pages
Modifier and TypeMethodDescriptionSecondLoginWizardPage.getDeploymentsForSelection()
Retrieves the list of deployments available for selection.Modifier 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
Modifier and TypeMethodDescriptionvoid
MemoryDeployment.save
(Deployment deployment) Saves the given data to memory.