JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.xebialabs.deployit.plugin.api.flow
Interface ITask
public interface
ITask
Expose it to the ExecutionContext to allow a step to retrieve the username and other information from the task object.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getId
()
Map
<
String
,
String
>
getMetadata
()
String
getUsername
()
Method Details
getId
String
getId
()
getUsername
String
getUsername
()
getMetadata
Map
<
String
,
String
>
getMetadata
()