Module org.kohsuke.github.api
Package org.kohsuke.github
Class GHRepositoryRule.WorkflowFileReference
java.lang.Object
org.kohsuke.github.GHRepositoryRule.WorkflowFileReference
- Enclosing class:
- GHRepositoryRule
Workflow file reference parameter.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WorkflowFileReference
public WorkflowFileReference()Create default WorkflowFileReference instance
-
-
Method Details
-
getPath
Gets the path.- Returns:
- the path
-
getRef
Gets the ref.- Returns:
- the ref
-
getRepositoryId
public long getRepositoryId()Gets the repository id.- Returns:
- the repository id
-
getSha
Gets the sha.- Returns:
- the sha
-