org.apache.maven.plugins.scm
Class ScmCheckinBean

java.lang.Object
  extended byorg.apache.maven.plugins.scm.ScmBean
      extended byorg.apache.maven.plugins.scm.ScmPatternBean
          extended byorg.apache.maven.plugins.scm.ScmCheckinBean

public class ScmCheckinBean
extends ScmPatternBean

A bean for using the Maven SCM API because wrangling objects in Jelly is no fun.

Author:
Brett Porter

Constructor Summary
ScmCheckinBean()
           
 
Method Summary
 void checkin()
           
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class org.apache.maven.plugins.scm.ScmPatternBean
getExcludes, getIncludes, setExcludes, setIncludes
 
Methods inherited from class org.apache.maven.plugins.scm.ScmBean
checkout, checkResult, getCheckoutDirectory, getEmbedder, getPassword, getScmRepository, getTag, getTagBase, getUrl, getUsername, getWorkingDirectory, lookupScmManager, setPassword, setTag, setTagBase, setUrl, setUsername, setWorkingDirectory, tag, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScmCheckinBean

public ScmCheckinBean()
Method Detail

checkin

public void checkin()
             throws Exception
Throws:
Exception

setMessage

public void setMessage(String message)

getMessage

public String getMessage()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.