Interface GitConstants


public interface GitConstants
  • Field Details

    • GIT_OPERATION

      @Metadata(label="producer", description="The operation to do on a repository, if not specified as endpoint option", javaType="String") static final String GIT_OPERATION
      See Also:
    • GIT_FILE_NAME

      @Metadata(label="producer", description="The file name in an add operation", javaType="String") static final String GIT_FILE_NAME
      See Also:
    • GIT_COMMIT_MESSAGE

      @Metadata(label="producer", description="The commit message related in a commit operation", javaType="String") static final String GIT_COMMIT_MESSAGE
      See Also:
    • GIT_COMMIT_USERNAME

      @Metadata(label="producer", description="The commit username in a commit operation", javaType="String") static final String GIT_COMMIT_USERNAME
      See Also:
    • GIT_COMMIT_EMAIL

      @Metadata(label="producer", description="The commit email in a commit operation", javaType="String") static final String GIT_COMMIT_EMAIL
      See Also:
    • GIT_COMMIT_ID

      @Metadata(description="The commit id", javaType="String") static final String GIT_COMMIT_ID
      See Also:
    • GIT_ALLOW_EMPTY

      @Metadata(label="producer", description="The flag to manage empty git commits", javaType="Boolean") static final String GIT_ALLOW_EMPTY
      See Also:
    • GIT_COMMIT_AUTHOR_NAME

      @Metadata(label="consumer", description="The author name", javaType="String") static final String GIT_COMMIT_AUTHOR_NAME
      See Also:
    • GIT_COMMIT_COMMITTER_NAME

      @Metadata(label="consumer", description="The committer name", javaType="String") static final String GIT_COMMIT_COMMITTER_NAME
      See Also:
    • GIT_COMMIT_TIME

      @Metadata(label="consumer", description="The commit time", javaType="int") static final String GIT_COMMIT_TIME
      See Also:
    • GIT_BRANCH_LEAF

      @Metadata(label="consumer", description="The leaf", javaType="String") static final String GIT_BRANCH_LEAF
      See Also:
    • GIT_BRANCH_OBJECT_ID

      @Metadata(label="consumer", description="The object id", javaType="String") static final String GIT_BRANCH_OBJECT_ID
      See Also:
    • GIT_TAG_LEAF

      static final String GIT_TAG_LEAF
      See Also:
    • GIT_TAG_OBJECT_ID

      static final String GIT_TAG_OBJECT_ID
      See Also: