com.pmease.quickbuild.aggregationsupport
Class Aggregation
java.lang.Object
com.pmease.quickbuild.extensionpoint.support.TypeInstance
com.pmease.quickbuild.aggregationsupport.Aggregation
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FailsafeAggregation, ReportAggregator
public abstract class Aggregation
- extends TypeInstance
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Aggregation
public Aggregation()
getName
@NotEmpty
public java.lang.String getName()
- Get name of the aggregation.
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
- Get description of the aggregation.
setDescription
public void setDescription(java.lang.String description)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)
getBuildMatcher
@NotNull
public BuildMatcher getBuildMatcher()
setBuildMatcher
public void setBuildMatcher(BuildMatcher buildMatcher)
fromDOM
public static Aggregation fromDOM(Configuration configuration,
VersionedDocument dom)
aggregate
public abstract void aggregate(Configuration configuration,
Build build)
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.