com.midvision.go.task.jobrunner
Class RapidDeployJobTask

java.lang.Object
  extended by 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


Field Summary
static String ENVIRONMENT_PROPERTY
           
static String PACKAGE_PROPERTY
           
static String PACKAGE_REPO_PROPERTY
           
static String PROJECT_PROPERTY
           
static String TOKEN_PROPERTY
           
static String URL_PROPERTY
           
 
Constructor Summary
RapidDeployJobTask()
           
 
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
 

Field Detail

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
Constructor Detail

RapidDeployJobTask

public RapidDeployJobTask()
Method Detail

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.