Class ProvisioningType
java.lang.Object
hudson.model.AbstractDescribableImpl<ProvisioningType>
com.google.jenkins.plugins.computeengine.config.ProvisioningType
- All Implemented Interfaces:
Describable<ProvisioningType>
- Direct Known Subclasses:
PreemptibleVm,SpotVm,Standard
ProvisioningType represents the type of VM to be provisioned.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidconfigure(com.google.api.services.compute.model.Scheduling scheduling) protected voidconfigureMaxRunDuration(com.google.api.services.compute.model.Scheduling scheduling, long maxRunDurationSeconds) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ProvisioningType
public ProvisioningType()
-
-
Method Details
-
configureMaxRunDuration
protected void configureMaxRunDuration(com.google.api.services.compute.model.Scheduling scheduling, long maxRunDurationSeconds) -
configure
public abstract void configure(com.google.api.services.compute.model.Scheduling scheduling)
-