Class AbstractSnapshotBuilder
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
hudson.plugins.android_emulator.builder.AbstractBuilder
hudson.plugins.android_emulator.snapshot.AbstractSnapshotBuilder
- All Implemented Interfaces:
 ExtensionPoint,Describable<Builder>,BuildStep
- Direct Known Subclasses:
 SnapshotLoadBuilder,SnapshotSaveBuilder
- 
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson - 
Field Summary
FieldsFields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected abstract StringgetLogMessage(String snapshotName, int avdPort) protected abstract Stringbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) Methods inherited from class hudson.plugins.android_emulator.builder.AbstractBuilder
getAndroidSdk, getDeviceIdentifier, getDeviceTelnetPort, uninstallApk, uninstallApk, waitForCoreProcessMethods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild 
- 
Field Details
- 
name
Name of the snapshot involved. 
 - 
 - 
Constructor Details
- 
AbstractSnapshotBuilder
 
 - 
 - 
Method Details
- 
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
 performin interfaceBuildStep- Overrides:
 performin classBuildStepCompatibilityLayer- Throws:
 InterruptedExceptionIOException
 - 
getCommandTimeout
protected int getCommandTimeout() - 
getSnapshotAction
 - 
getLogMessage
 
 -