public abstract class AbstractSCMCommand<T extends AbstractSCMCommand.ISCMData> extends Object implements com.microsoft.jenkins.azurecommons.command.ICommand<T>
Modifier and Type | Class and Description |
---|---|
static interface |
AbstractSCMCommand.ISCMData |
static class |
AbstractSCMCommand.Type
Currently we support local machine and git.
|
Constructor and Description |
---|
AbstractSCMCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute(T data) |
protected abstract String |
getSourceUrl(T data) |
Copyright © 2016–2021. All rights reserved.