Class PatchApplierImpl
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.patch.UpdateSourcesOperationBase
-
- jetbrains.buildServer.agent.impl.patch.PatchApplierImpl
-
- All Implemented Interfaces:
PatchApplier
,Interruptable
public class PatchApplierImpl extends UpdateSourcesOperationBase implements PatchApplier
-
-
Constructor Summary
Constructors Constructor Description PatchApplierImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyPatch(Patcher patch)
void
onInterruptOperation()
-
Methods inherited from class jetbrains.buildServer.agent.impl.patch.UpdateSourcesOperationBase
checkInterrupted, interrupt, isInterrupted, registerSupOperation, unregisterSupOperation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.util.Interruptable
interrupt
-
-
-
-
Method Detail
-
applyPatch
public void applyPatch(Patcher patch) throws IOException, UpdateSourcesInterruptedException
- Specified by:
applyPatch
in interfacePatchApplier
- Throws:
IOException
UpdateSourcesInterruptedException
-
onInterruptOperation
public void onInterruptOperation()
- Overrides:
onInterruptOperation
in classUpdateSourcesOperationBase
-
-