com.dabsquared.gitlabjenkins
Class GitLabPushCause

java.lang.Object
  extended by hudson.model.Cause
      extended by hudson.triggers.SCMTrigger.SCMTriggerCause
          extended by com.dabsquared.gitlabjenkins.GitLabPushCause

public class GitLabPushCause
extends hudson.triggers.SCMTrigger.SCMTriggerCause

Created by daniel on 6/8/14.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Cause
hudson.model.Cause.LegacyCodeCause, hudson.model.Cause.RemoteCause, hudson.model.Cause.UpstreamCause, hudson.model.Cause.UserCause, hudson.model.Cause.UserIdCause
 
Constructor Summary
GitLabPushCause(String pushedBy)
           
GitLabPushCause(String pushedBy, File logFile)
           
GitLabPushCause(String pushedBy, String pollingLog)
           
 
Method Summary
 String getShortDescription()
           
 
Methods inherited from class hudson.triggers.SCMTrigger.SCMTriggerCause
equals, hashCode, onAddedTo
 
Methods inherited from class hudson.model.Cause
onAddedTo, onLoad, onLoad, print
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitLabPushCause

public GitLabPushCause(String pushedBy)

GitLabPushCause

public GitLabPushCause(String pushedBy,
                       File logFile)
                throws IOException
Throws:
IOException

GitLabPushCause

public GitLabPushCause(String pushedBy,
                       String pollingLog)
Method Detail

getShortDescription

public String getShortDescription()
Overrides:
getShortDescription in class hudson.triggers.SCMTrigger.SCMTriggerCause


Copyright © 2004-2015. All Rights Reserved.