public class TaskData extends Object
Constructor and Description |
---|
TaskData() |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactContainerName()
Check whether the task is deployed from artifact container
|
String |
getGroup() |
boolean |
getIsEdited()
Check whether the task deployed from artifact container is edited through management console
|
String |
getName() |
void |
setArtifactContainerName(String artifactContainerName)
Set whether the task is deployed from artifact container
|
void |
setGroup(String group) |
void |
setIsEdited(boolean isEdited)
Set whether the task deployed from artifact container is edited through management console
|
void |
setName(String name) |
public String getName()
public void setName(String name)
public String getGroup()
public void setGroup(String group)
public String getArtifactContainerName()
public void setArtifactContainerName(String artifactContainerName)
artifactContainerName
- true if task deployed from artifact container, else falsepublic boolean getIsEdited()
public void setIsEdited(boolean isEdited)
isEdited
- true if the task is edited, else falseCopyright © 2018 WSO2. All rights reserved.