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 StringgetDisplayName()StringgetIconFileName()StringgetLog()Job<?,?>getOwner()StringgetUrlName()voidwriteLogTo(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:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getLog
public String getLog() throws IOException
- Throws:
IOException
-
writeLogTo
public void writeLogTo(org.apache.commons.jelly.XMLOutput out) throws IOExceptionWrites the annotated log to the given output.- Parameters:
out- XML output- Throws:
IOException- push up stack
-
-