Class GitEndpointBuilderFactory.GitHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.GitEndpointBuilderFactory.GitHeaderNameBuilder
-
- Enclosing interface:
- GitEndpointBuilderFactory
public static class GitEndpointBuilderFactory.GitHeaderNameBuilder extends Object
The builder of headers' name for the Git component.
-
-
Constructor Summary
Constructors Constructor Description GitHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgitAllowEmpty()The flag to manage empty git commits.StringgitAuthorName()The author name.StringgitBranchLeaf()The leaf.StringgitBranchObjectId()The object id.StringgitCommitEmail()The commit email in a commit operation.StringgitCommiterName()The committer name.StringgitCommitId()The commit id.StringgitCommitMessage()The commit message related in a commit operation.StringgitCommitTime()The commit time.StringgitCommitUsername()The commit username in a commit operation.StringgitFilename()The file name in an add operation.StringgitOperation()The operation to do on a repository, if not specified as endpoint option.
-
-
-
Method Detail
-
gitOperation
public String gitOperation()
The operation to do on a repository, if not specified as endpoint option. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GitOperation.
-
gitFilename
public String gitFilename()
The file name in an add operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GitFilename.
-
gitCommitMessage
public String gitCommitMessage()
The commit message related in a commit operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GitCommitMessage.
-
gitCommitUsername
public String gitCommitUsername()
The commit username in a commit operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GitCommitUsername.
-
gitCommitEmail
public String gitCommitEmail()
The commit email in a commit operation. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
GitCommitEmail.
-
gitCommitId
public String gitCommitId()
The commit id. The option is a:Stringtype. Group: common- Returns:
- the name of the header
GitCommitId.
-
gitAllowEmpty
public String gitAllowEmpty()
The flag to manage empty git commits. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
GitAllowEmpty.
-
gitAuthorName
public String gitAuthorName()
The author name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GitAuthorName.
-
gitCommiterName
public String gitCommiterName()
The committer name. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GitCommiterName.
-
gitCommitTime
public String gitCommitTime()
The commit time. The option is a:inttype. Group: consumer- Returns:
- the name of the header
GitCommitTime.
-
gitBranchLeaf
public String gitBranchLeaf()
The leaf. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GitBranchLeaf.
-
gitBranchObjectId
public String gitBranchObjectId()
The object id. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GitBranchObjectId.
-
-