|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
@ExportedBean public abstract class WorkspaceUpdater
Encapsulates the logic of how files are obtained from a subversion repository.
WorkspaceUpdater serves as a Describable, created from the UI via databinding and
encapsulates whatever configuration parameter. The checkout logic is in WorkspaceUpdater.UpdateTask.
| Nested Class Summary | |
|---|---|
static class |
WorkspaceUpdater.UpdateTask
This object gets instantiated on the master and then sent to the slave via remoting, then used to perform the actual checkout activity. |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
WorkspaceUpdater()
|
|
| Method Summary | |
|---|---|
abstract WorkspaceUpdater.UpdateTask |
createTask()
Creates the WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update. |
WorkspaceUpdaterDescriptor |
getDescriptor()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkspaceUpdater()
| Method Detail |
|---|
public abstract WorkspaceUpdater.UpdateTask createTask()
WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update.
public WorkspaceUpdaterDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<WorkspaceUpdater>getDescriptor in class hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||