Package | Description |
---|---|
com.rultor.agents.github |
Github.
|
com.rultor.agents.github.qtn |
Questions.
|
Modifier and Type | Field and Description |
---|---|
static Question |
Question.EMPTY
Empty always.
|
Constructor and Description |
---|
Understands(com.jcabi.github.Github ghub,
Question qtn)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
QnAlone
Passes through only if it is alone in this repo.
|
class |
QnAskedBy
Question asked by one of them.
|
class |
QnByArchitect
Question by architect only (if configured).
|
class |
QnConfig
Show current config.
|
class |
QnDeploy
Deploy request.
|
class |
QnFirstOf
First of.
|
class |
QnFollow
Question asked by one of them.
|
class |
QnGithubIssue
Question that passes github_issue as env variable.
|
class |
QnHello
Hello.
|
class |
QnIamLost
Say that I'm lost, can't understand you.
|
class |
QnIfCollaborator
If rultor is in the list of collaborators.
|
class |
QnIfContains
If contains text.
|
class |
QnIfPull
If pull.
|
class |
QnIfUnlocked
If target branch is unlocked.
|
class |
QnLastOf
Last of.
|
class |
QnLock
Lock branch.
|
class |
QnMerge
Merge request.
|
class |
QnNotSelf
Question asked NOT by myself.
|
class |
QnParametrized
Parametrized question.
|
class |
QnReferredTo
Question.
|
class |
QnRelease
Release request.
|
class |
QnSafe
If contains text.
|
class |
QnSince
Question asked after given Github message number.
|
class |
QnStatus
Show current status.
|
class |
QnStop
Stop a task.
|
class |
QnUnlock
Unlock branch.
|
class |
QnVersion
Show my current version.
|
class |
QnWithAuthor
Question that identifies an author.
|
Constructor and Description |
---|
QnAlone(Talk tlk,
co.stateful.Locks lcks,
Question qtn)
Ctor.
|
QnAskedBy(Profile prof,
String path,
Question qtn)
Ctor.
|
QnByArchitect(Profile prof,
String path,
Question qtn)
Ctor.
|
QnFirstOf(Question... qtns)
Ctor.
|
QnFollow(Question qtn)
Ctor.
|
QnGithubIssue(Question question)
Ctor.
|
QnIfCollaborator(Question qtn)
Ctor.
|
QnIfContains(String ptn,
Question qtn)
Ctor.
|
QnIfPull(Question qtn)
Ctor.
|
QnIfUnlocked(Question qtn)
Ctor.
|
QnNotSelf(Question qtn)
Ctor.
|
QnParametrized(Question qtn)
Ctor.
|
QnReferredTo(String self,
Question qtn)
Ctor.
|
QnSafe(Question qtn)
Ctor.
|
QnSince(int num,
Question qtn)
Ctor.
|
QnWithAuthor(Question qtn)
Ctor.
|
Constructor and Description |
---|
QnFirstOf(Iterable<Question> qtns)
Ctor.
|
QnLastOf(Iterable<Question> qtns)
Ctor.
|
Copyright © 2009–2018 Rultor Inc.. All rights reserved.