Class DynamicProjectAction
- java.lang.Object
-
- hudson.plugins.parameterizedtrigger.DynamicProjectAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class DynamicProjectAction extends Object implements Action
Shows a list of a downstream jobs that specified with parameters.
-
-
Constructor Summary
Constructors Constructor Description DynamicProjectAction(List<BuildTriggerConfig> configs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
List<String>
getProjects()
String
getUrlName()
-
-
-
Constructor Detail
-
DynamicProjectAction
public DynamicProjectAction(List<BuildTriggerConfig> configs)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-