Class BitBucketPPRTrigger.BitBucketPPRWebHookPollingAction
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.BitBucketPPRTrigger.BitBucketPPRWebHookPollingAction
-
- All Implemented Interfaces:
Action
,ModelObject
- Enclosing class:
- BitBucketPPRTrigger
public class BitBucketPPRTrigger.BitBucketPPRWebHookPollingAction extends Object implements Action
Action object forBitBucketPPRProject
. Used to display the polling log.
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRWebHookPollingAction()
-
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
-
-