Package hudson.plugins.libvirt
Class BeforeJobSnapshotJobProperty
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- hudson.plugins.libvirt.BeforeJobSnapshotJobProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class BeforeJobSnapshotJobProperty extends JobProperty<Job<?,?>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BeforeJobSnapshotJobProperty.DescriptorImpl
static class
BeforeJobSnapshotJobProperty.EnableData
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description BeforeJobSnapshotJobProperty(BeforeJobSnapshotJobProperty.EnableData snapshots)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSnapshotName()
BeforeJobSnapshotJobProperty.EnableData
getSnapshots()
boolean
getSnapshotsEnabled()
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-
-
-
Constructor Detail
-
BeforeJobSnapshotJobProperty
@DataBoundConstructor public BeforeJobSnapshotJobProperty(BeforeJobSnapshotJobProperty.EnableData snapshots)
-
-
Method Detail
-
getSnapshotName
public String getSnapshotName()
-
getSnapshots
public BeforeJobSnapshotJobProperty.EnableData getSnapshots()
-
getSnapshotsEnabled
public boolean getSnapshotsEnabled()
-
-