com.atlassian.maven.plugins.bundledplugins
Class Bundle
java.lang.Object
com.atlassian.maven.plugins.bundledplugins.Bundle
- All Implemented Interfaces:
- groovy.lang.GroovyObject
public class Bundle
- extends Object
- implements groovy.lang.GroovyObject
Describes a bundle to create
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bundle
public Bundle()
getFilename
public String getFilename()
setFilename
public void setFilename(String value)
getClassifier
public String getClassifier()
setClassifier
public void setClassifier(String value)
getArtifacts
public List getArtifacts()
setArtifacts
public void setArtifacts(List value)
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
Copyright © 2013 Atlassian. All Rights Reserved.