|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChangeSet in org.apache.continuum.builder.distributed.util |
---|
Methods in org.apache.continuum.builder.distributed.util that return types with arguments of type ChangeSet | |
---|---|
List<ChangeSet> |
DistributedBuildUtil.getScmChanges(Map<String,Object> context)
|
Uses of ChangeSet in org.apache.maven.continuum |
---|
Methods in org.apache.maven.continuum that return types with arguments of type ChangeSet | |
---|---|
List<ChangeSet> |
DefaultContinuum.getChangesSinceLastSuccess(int projectId,
int buildResultId)
TODO: Must be done by build definition |
List<ChangeSet> |
Continuum.getChangesSinceLastSuccess(int projectId,
int buildResultId)
|
Uses of ChangeSet in org.apache.maven.continuum.execution |
---|
Method parameters in org.apache.maven.continuum.execution with type arguments of type ChangeSet | |
---|---|
boolean |
AbstractBuildExecutor.shouldBuild(List<ChangeSet> changes,
Project continuumProject,
File workingDirectory,
BuildDefinition buildDefinition)
By default, we return true because with a change, the project must be rebuilt. |
boolean |
ContinuumBuildExecutor.shouldBuild(List<ChangeSet> changes,
Project continuumProject,
File workingDirectory,
BuildDefinition buildDefinition)
|
Uses of ChangeSet in org.apache.maven.continuum.execution.maven.m2 |
---|
Method parameters in org.apache.maven.continuum.execution.maven.m2 with type arguments of type ChangeSet | |
---|---|
boolean |
MavenTwoBuildExecutor.shouldBuild(List<ChangeSet> changes,
Project continuumProject,
File workingDirectory,
BuildDefinition buildDefinition)
|
Uses of ChangeSet in org.apache.maven.continuum.model.scm |
---|
Methods in org.apache.maven.continuum.model.scm that return types with arguments of type ChangeSet | |
---|---|
List<ChangeSet> |
ScmResult.getChanges()
Method getChanges. |
Methods in org.apache.maven.continuum.model.scm with parameters of type ChangeSet | |
---|---|
void |
ScmResult.addChange(ChangeSet changeSet)
Method addChange. |
void |
ScmResult.removeChange(ChangeSet changeSet)
Method removeChange. |
Method parameters in org.apache.maven.continuum.model.scm with type arguments of type ChangeSet | |
---|---|
void |
ScmResult.setChanges(List<ChangeSet> changes)
Set the changes field. |
Uses of ChangeSet in org.apache.maven.continuum.web.action |
---|
Methods in org.apache.maven.continuum.web.action that return types with arguments of type ChangeSet | |
---|---|
List<ChangeSet> |
BuildResultAction.getChangesSinceLastSuccess()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |