com.midvision.go.task.jobrunner
Class RapidDeployJobTask
java.lang.Object
com.midvision.go.task.jobrunner.RapidDeployJobTask
- All Implemented Interfaces:
- com.thoughtworks.go.plugin.api.task.Task
public class RapidDeployJobTask
- extends Object
- implements com.thoughtworks.go.plugin.api.task.Task
|
Method Summary |
com.thoughtworks.go.plugin.api.task.TaskConfig |
config()
|
com.thoughtworks.go.plugin.api.task.TaskExecutor |
executor()
|
com.thoughtworks.go.plugin.api.response.validation.ValidationResult |
validate(com.thoughtworks.go.plugin.api.task.TaskConfig configuration)
|
com.thoughtworks.go.plugin.api.task.TaskView |
view()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URL_PROPERTY
public static final String URL_PROPERTY
- See Also:
- Constant Field Values
TOKEN_PROPERTY
public static final String TOKEN_PROPERTY
- See Also:
- Constant Field Values
PROJECT_PROPERTY
public static final String PROJECT_PROPERTY
- See Also:
- Constant Field Values
ENVIRONMENT_PROPERTY
public static final String ENVIRONMENT_PROPERTY
- See Also:
- Constant Field Values
PACKAGE_REPO_PROPERTY
public static final String PACKAGE_REPO_PROPERTY
- See Also:
- Constant Field Values
PACKAGE_PROPERTY
public static final String PACKAGE_PROPERTY
- See Also:
- Constant Field Values
RapidDeployJobTask
public RapidDeployJobTask()
config
public com.thoughtworks.go.plugin.api.task.TaskConfig config()
- Specified by:
config in interface com.thoughtworks.go.plugin.api.task.Task
executor
public com.thoughtworks.go.plugin.api.task.TaskExecutor executor()
- Specified by:
executor in interface com.thoughtworks.go.plugin.api.task.Task
view
public com.thoughtworks.go.plugin.api.task.TaskView view()
- Specified by:
view in interface com.thoughtworks.go.plugin.api.task.Task
validate
public com.thoughtworks.go.plugin.api.response.validation.ValidationResult validate(com.thoughtworks.go.plugin.api.task.TaskConfig configuration)
- Specified by:
validate in interface com.thoughtworks.go.plugin.api.task.Task
Copyright © 2016. All Rights Reserved.