public class JobAction extends Object implements Action
Constructor and Description |
---|
JobAction(AbstractItem project)
Constructor for the job action.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Getter for the display name of this action.
|
String |
getIconFileName()
Getter for the icon file name of this action.
|
String |
getUrlName()
Getter for the url to the site that shows the views.
|
List<View> |
getViews()
Getter for a list of all views containing the job with this action.
|
public JobAction(AbstractItem project)
project
- The project to create this action for.public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getIconFileName()
getIconFileName
in interface Action
public String getUrlName()
getUrlName
in interface Action
Copyright © 2016–2019. All rights reserved.