|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Codeline | |
|---|---|
| tinlizard.dao | Provides Data Access Object interfaces. |
| tinlizard.dao.maven | Provides Data Access Objects implemented using Maven APIs. |
| tinlizard.model | Provides Object model and Data Type classes. |
| tinlizard.web | Provides classes to present information via the web. |
| Uses of Codeline in tinlizard.dao |
|---|
| Methods in tinlizard.dao with parameters of type Codeline | |
|---|---|
org.apache.maven.model.Model |
ScmDao.getPOM(Codeline project)
|
org.apache.maven.scm.command.status.StatusScmResult |
ScmDao.getPOMStatus(Codeline pb)
|
void |
ScmDao.releaseFiles(Codeline project)
|
org.apache.maven.scm.ScmResult |
ScmDao.update(Codeline pb)
|
| Method parameters in tinlizard.dao with type arguments of type Codeline | |
|---|---|
void |
ScmDao.releaseFiles(Collection<Codeline> codelines)
|
| Uses of Codeline in tinlizard.dao.maven |
|---|
| Methods in tinlizard.dao.maven with parameters of type Codeline | |
|---|---|
org.apache.maven.scm.command.changelog.ChangeLogScmResult |
ScmDaoImpl.getChangeLog(Codeline pb,
Date startDate,
Date endDate,
int numDays)
|
org.apache.maven.scm.command.changelog.ChangeLogScmResult |
ScmDaoImpl.getChangeLogForNDaysAgo(Codeline pb,
int numDays)
|
org.apache.maven.model.Model |
ScmDaoImpl.getPOM(Codeline pb)
|
org.apache.maven.scm.command.status.StatusScmResult |
ScmDaoImpl.getPOMStatus(Codeline pb)
|
void |
ScmDaoImpl.releaseFiles(Codeline pb)
|
org.apache.maven.scm.ScmResult |
ScmDaoImpl.update(Codeline pb)
|
| Method parameters in tinlizard.dao.maven with type arguments of type Codeline | |
|---|---|
void |
ScmDaoImpl.releaseFiles(Collection<Codeline> codelines)
|
| Uses of Codeline in tinlizard.model |
|---|
| Methods in tinlizard.model that return Codeline | |
|---|---|
Codeline |
Project.findMainLine()
|
Codeline |
Dependency.getCodeline()
|
Codeline |
Project.getCodeline(String name)
|
| Methods in tinlizard.model that return types with arguments of type Codeline | |
|---|---|
static Collection<Codeline> |
Codeline.findAll()
|
static Collection<Codeline> |
Codeline.findAllActive()
|
Collection<Codeline> |
Codeline.findAllConsumers(boolean useVersion)
|
Collection<Codeline> |
Dependency.findAllConsumers(boolean useVersion)
|
Collection<Codeline> |
Dependency.findAllDefiningDependency(boolean useVersion)
|
static Collection<Codeline> |
Codeline.findByNameAndScmConnection(String name,
String scmConnection)
|
static Collection<Codeline> |
Codeline.findRecentlyModified(int daysAgo)
|
Collection<Codeline> |
Project.getActiveCodelines()
|
Collection<Codeline> |
View.getActiveCodelines()
|
Collection<Codeline> |
Policy.getCodelines()
|
Collection<Codeline> |
Project.getCodelines()
|
Collection<Codeline> |
View.getCodelines()
|
Collection<Codeline> |
User.getCodelines()
|
static Collection<Codeline> |
Codeline.search(String query)
|
| Methods in tinlizard.model with parameters of type Codeline | |
|---|---|
static Project |
Project.add(User user,
Project project,
Codeline mainline,
boolean updateFromPom)
|
void |
Project.addCodeline(Codeline pb)
|
void |
Dependency.setCodeline(Codeline codeline)
|
| Uses of Codeline in tinlizard.web |
|---|
| Methods in tinlizard.web that return Codeline | |
|---|---|
protected Codeline |
CodelineWeb.getSubject()
|
| Constructors in tinlizard.web with parameters of type Codeline | |
|---|---|
CodelineWeb(Codeline pb)
|
|
| Constructor parameters in tinlizard.web with type arguments of type Codeline | |
|---|---|
CodelineCollectionWeb(Collection<Codeline> c,
org.jvnet.localizer.Localizable name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||