|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProjectScmRoot in org.apache.continuum.builder.distributed.manager |
---|
Method parameters in org.apache.continuum.builder.distributed.manager with type arguments of type ProjectScmRoot | |
---|---|
void |
DefaultDistributedBuildManager.prepareBuildProjects(Map<Integer,Integer> projectsBuildDefinitionsMap,
BuildTrigger buildTrigger,
int projectGroupId,
String projectGroupName,
String scmRootAddress,
int scmRootId,
List<ProjectScmRoot> scmRoots)
|
void |
DistributedBuildManager.prepareBuildProjects(Map<Integer,Integer> projectsBuildDefinitionsMap,
BuildTrigger buildTrigger,
int projectGroupId,
String projectGroupName,
String scmRootAddress,
int scmRootId,
List<ProjectScmRoot> scmRoots)
|
Uses of ProjectScmRoot in org.apache.continuum.dao |
---|
Methods in org.apache.continuum.dao that return ProjectScmRoot | |
---|---|
ProjectScmRoot |
ProjectScmRootDaoImpl.addProjectScmRoot(ProjectScmRoot projectScmRoot)
|
ProjectScmRoot |
ProjectScmRootDao.addProjectScmRoot(ProjectScmRoot projectScmRoot)
|
ProjectScmRoot |
ProjectScmRootDaoImpl.getProjectScmRoot(int projectScmRootId)
|
ProjectScmRoot |
ProjectScmRootDao.getProjectScmRoot(int projectScmRootId)
|
ProjectScmRoot |
ProjectScmRootDaoImpl.getProjectScmRootByProjectGroupAndScmRootAddress(int projectGroupId,
String scmRootAddress)
|
ProjectScmRoot |
ProjectScmRootDao.getProjectScmRootByProjectGroupAndScmRootAddress(int projectGroupId,
String scmRootAddress)
|
Methods in org.apache.continuum.dao that return types with arguments of type ProjectScmRoot | |
---|---|
List<ProjectScmRoot> |
ProjectScmRootDaoImpl.getAllProjectScmRoots()
|
List<ProjectScmRoot> |
ProjectScmRootDao.getAllProjectScmRoots()
|
List<ProjectScmRoot> |
ProjectScmRootDaoImpl.getProjectScmRootByProjectGroup(int projectGroupId)
|
List<ProjectScmRoot> |
ProjectScmRootDao.getProjectScmRootByProjectGroup(int projectGroupId)
|
Methods in org.apache.continuum.dao with parameters of type ProjectScmRoot | |
---|---|
ProjectScmRoot |
ProjectScmRootDaoImpl.addProjectScmRoot(ProjectScmRoot projectScmRoot)
|
ProjectScmRoot |
ProjectScmRootDao.addProjectScmRoot(ProjectScmRoot projectScmRoot)
|
void |
ProjectScmRootDaoImpl.removeProjectScmRoot(ProjectScmRoot projectScmRoot)
|
void |
ProjectScmRootDao.removeProjectScmRoot(ProjectScmRoot projectScmRoot)
|
void |
ProjectScmRootDaoImpl.updateProjectScmRoot(ProjectScmRoot projectScmRoot)
|
void |
ProjectScmRootDao.updateProjectScmRoot(ProjectScmRoot projectScmRoot)
|
Uses of ProjectScmRoot in org.apache.continuum.web.action |
---|
Methods in org.apache.continuum.web.action that return ProjectScmRoot | |
---|---|
ProjectScmRoot |
ScmResultAction.getProjectScmRoot()
|
Methods in org.apache.continuum.web.action with parameters of type ProjectScmRoot | |
---|---|
void |
ScmResultAction.setProjectScmRoot(ProjectScmRoot projectScmRoot)
|
Uses of ProjectScmRoot in org.apache.maven.continuum |
---|
Methods in org.apache.maven.continuum that return ProjectScmRoot | |
---|---|
ProjectScmRoot |
DefaultContinuum.getProjectScmRoot(int projectScmRootId)
|
ProjectScmRoot |
Continuum.getProjectScmRoot(int projectScmRootId)
|
ProjectScmRoot |
DefaultContinuum.getProjectScmRootByProject(int projectId)
|
ProjectScmRoot |
Continuum.getProjectScmRootByProject(int projectId)
|
ProjectScmRoot |
DefaultContinuum.getProjectScmRootByProjectGroupAndScmRootAddress(int projectGroupId,
String scmRootAddress)
|
ProjectScmRoot |
Continuum.getProjectScmRootByProjectGroupAndScmRootAddress(int projectGroupId,
String scmRootAddress)
|
Methods in org.apache.maven.continuum that return types with arguments of type ProjectScmRoot | |
---|---|
List<ProjectScmRoot> |
DefaultContinuum.getProjectScmRootByProjectGroup(int projectGroupId)
|
List<ProjectScmRoot> |
Continuum.getProjectScmRootByProjectGroup(int projectGroupId)
|
Uses of ProjectScmRoot in org.apache.maven.continuum.core.action |
---|
Methods in org.apache.maven.continuum.core.action that return ProjectScmRoot | |
---|---|
static ProjectScmRoot |
AbstractContinuumAction.getProjectScmRoot(Map<String,Object> context)
|
Methods in org.apache.maven.continuum.core.action with parameters of type ProjectScmRoot | |
---|---|
static void |
AbstractContinuumAction.setProjectScmRoot(Map<String,Object> context,
ProjectScmRoot projectScmRoot)
|
Uses of ProjectScmRoot in org.apache.maven.continuum.model.project |
---|
Methods in org.apache.maven.continuum.model.project that return types with arguments of type ProjectScmRoot | |
---|---|
List<ProjectScmRoot> |
ContinuumDatabase.getProjectScmRoots()
Method getProjectScmRoots. |
Methods in org.apache.maven.continuum.model.project with parameters of type ProjectScmRoot | |
---|---|
void |
ContinuumDatabase.addProjectScmRoot(ProjectScmRoot projectScmRoot)
Method addProjectScmRoot. |
void |
ContinuumDatabase.removeProjectScmRoot(ProjectScmRoot projectScmRoot)
Method removeProjectScmRoot. |
Method parameters in org.apache.maven.continuum.model.project with type arguments of type ProjectScmRoot | |
---|---|
void |
ContinuumDatabase.setProjectScmRoots(List<ProjectScmRoot> projectScmRoots)
Set the projectScmRoots field. |
Uses of ProjectScmRoot in org.apache.maven.continuum.notification |
---|
Methods in org.apache.maven.continuum.notification that return ProjectScmRoot | |
---|---|
ProjectScmRoot |
MessageContext.getProjectScmRoot()
|
Methods in org.apache.maven.continuum.notification with parameters of type ProjectScmRoot | |
---|---|
protected String |
AbstractContinuumNotifier.generateMessage(ProjectScmRoot projectScmRoot,
ConfigurationService configurationService)
|
String |
AbstractContinuumNotifier.getReportUrl(ProjectGroup projectGroup,
ProjectScmRoot projectScmRoot,
ConfigurationService configurationService)
|
void |
DefaultContinuumNotificationDispatcher.prepareBuildComplete(ProjectScmRoot projectScmRoot)
|
void |
ContinuumNotificationDispatcher.prepareBuildComplete(ProjectScmRoot projectScmRoot)
|
void |
MessageContext.setProjectScmRoot(ProjectScmRoot projectScmRoot)
|
boolean |
AbstractContinuumNotifier.shouldNotify(ProjectScmRoot projectScmRoot,
ProjectNotifier projectNotifier)
|
Uses of ProjectScmRoot in org.apache.maven.continuum.web.action |
---|
Methods in org.apache.maven.continuum.web.action that return types with arguments of type ProjectScmRoot | |
---|---|
List<ProjectScmRoot> |
ProjectGroupAction.getProjectScmRoots()
|
Method parameters in org.apache.maven.continuum.web.action with type arguments of type ProjectScmRoot | |
---|---|
void |
ProjectGroupAction.setProjectScmRoots(List<ProjectScmRoot> projectScmRoots)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |