Package | Description |
---|---|
com.rultor.agents |
Agents.
|
com.rultor.agents.github |
Github.
|
com.rultor.agents.github.qtn |
Questions.
|
com.rultor.cached |
Cached.
|
com.rultor.dynamo |
Dynamo.
|
com.rultor.profiles |
Profiles.
|
com.rultor.spi |
SPI.
|
Modifier and Type | Method and Description |
---|---|
Agent |
Agents.agent(Talk talk,
Profile profile)
Create it for a talk.
|
void |
SafeAgent.execute(Talk talk) |
void |
AbstractAgent.execute(Talk talk) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepoLock.lock(Talk talk)
Lock.
|
boolean |
RepoLock.unlock(Talk talk)
Unlock.
|
Constructor and Description |
---|
QnAlone(Talk tlk,
co.stateful.Locks lcks,
Question qtn)
Ctor.
|
QnStatus(Talk tlk)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
CdTalk
Cached talk.
|
Modifier and Type | Method and Description |
---|---|
Talk |
CdTalks.get(long number) |
Talk |
CdTalks.get(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<Talk> |
CdTalks.active() |
Iterable<Talk> |
CdTalks.recent() |
Iterable<Talk> |
CdTalks.siblings(String repo,
Date since) |
Modifier and Type | Class and Description |
---|---|
class |
DyTalk
Talk in Dynamo.
|
Modifier and Type | Method and Description |
---|---|
Talk |
DyTalks.get(long number) |
Talk |
DyTalks.get(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<Talk> |
DyTalks.active() |
Iterable<Talk> |
DyTalks.recent() |
Iterable<Talk> |
DyTalks.siblings(String repo,
Date since) |
Modifier and Type | Method and Description |
---|---|
Profile |
Profiles.fetch(Talk talk)
Fetch a profile from a talk.
|
Modifier and Type | Class and Description |
---|---|
static class |
Talk.InFile
In file.
|
Modifier and Type | Method and Description |
---|---|
Talk |
Talks.get(long number)
Get an existing talk (runtime exception if it's absent).
|
Talk |
Talks.InDir.get(long number) |
Talk |
Talks.get(String name)
Get an existing talk (runtime exception if it's absent).
|
Talk |
Talks.InDir.get(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<Talk> |
Talks.active()
Get only active talks.
|
Iterable<Talk> |
Talks.InDir.active() |
Iterable<Talk> |
Talks.recent()
Get recent talks.
|
Iterable<Talk> |
Talks.InDir.recent() |
Iterable<Talk> |
Talks.siblings(String repo,
Date since)
Get siblings, since this date (all talks will be older that this date).
|
Iterable<Talk> |
Talks.InDir.siblings(String repo,
Date since) |
Modifier and Type | Method and Description |
---|---|
void |
Agent.execute(Talk talk)
Execute it.
|
void |
Agent.Iterative.execute(Talk talk) |
Copyright © 2009–2018 Rultor Inc.. All rights reserved.