com.cloudbees.jenkins.plugins
Class BitBucketTrigger.BitBucketWebHookPollingAction

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.BitBucketTrigger.BitBucketWebHookPollingAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject
Enclosing class:
BitBucketTrigger

public final class BitBucketTrigger.BitBucketWebHookPollingAction
extends Object
implements hudson.model.Action

Action object for Project. Used to display the polling log.


Constructor Summary
BitBucketTrigger.BitBucketWebHookPollingAction()
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getLog()
           
 hudson.model.AbstractProject<?,?> getOwner()
           
 String getUrlName()
           
 void writeLogTo(org.apache.commons.jelly.XMLOutput out)
          Writes the annotated log to the given output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitBucketTrigger.BitBucketWebHookPollingAction

public BitBucketTrigger.BitBucketWebHookPollingAction()
Method Detail

getOwner

public hudson.model.AbstractProject<?,?> getOwner()

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

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.

Throws:
IOException


Copyright © 2004-2015. All Rights Reserved.