Package org.jenkinsci.plugins.p4.trigger
Class P4Trigger.P4TriggerAction
- java.lang.Object
-
- org.jenkinsci.plugins.p4.trigger.P4Trigger.P4TriggerAction
-
- All Implemented Interfaces:
Action
,ModelObject
- Enclosing class:
- P4Trigger
public final class P4Trigger.P4TriggerAction extends Object implements Action
Perforce Trigger Log Action
-
-
Constructor Summary
Constructors Constructor Description P4TriggerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getIconFileName()
String
getLog()
Job<?,?>
getOwner()
String
getUrlName()
void
writeLogTo(org.apache.commons.jelly.XMLOutput out)
Writes the annotated log to the given output.
-
-
-
Method Detail
-
getOwner
public Job<?,?> getOwner()
-
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
-
getLog
public String getLog() throws IOException
- Throws:
IOException
-
writeLogTo
public void writeLogTo(org.apache.commons.jelly.XMLOutput out) throws IOException
Writes the annotated log to the given output.- Parameters:
out
- XML output- Throws:
IOException
- push up stack
-
-