@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.762Z") @Stability(value=Deprecated) @Deprecated public class GitHubProject extends Project
| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubProject.Builder
Deprecated.
|
DEFAULT_TASK| Modifier | Constructor and Description |
|---|---|
|
GitHubProject(GitHubProjectOptions options)
Deprecated.
|
protected |
GitHubProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
GitHubProject(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
annotateGenerated(String glob)
Deprecated.
|
AutoApprove |
getAutoApprove()
Deprecated.
|
DevContainer |
getDevContainer()
Deprecated.
|
GitHub |
getGithub()
Deprecated.
|
Gitpod |
getGitpod()
Deprecated.
|
ProjectType |
getProjectType()
Deprecated.
|
VsCode |
getVscode()
Deprecated.
|
addExcludeFromCleanup, addGitIgnore, addPackageIgnore, addTask, addTask, addTip, getBuildTask, getCompileTask, getComponents, getDefaultTask, getDeps, getFiles, getGitattributes, getGitignore, getInitProject, getLogger, getName, getOutdir, getPackageTask, getParent, getPostCompileTask, getPreCompileTask, getProjectBuild, getProjenCommand, getRoot, getTasks, getTestTask, postSynthesize, preSynthesize, removeTask, runTaskCommand, synth, tryFindFile, tryFindJsonFile, tryFindObjectFilejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GitHubProject(software.amazon.jsii.JsiiObjectRef objRef)
protected GitHubProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public GitHubProject(@NotNull GitHubProjectOptions options)
options - This parameter is required.@Stability(value=Deprecated) @Deprecated public void annotateGenerated(@NotNull String glob)
This is achieved using the github-linguist attributes. Generated files do not count against the repository statistics and language breakdown.
annotateGenerated in class Projectglob - the glob pattern to match (could be a file path). This parameter is required.https://github.com/github/linguist/blob/master/docs/overrides.md@Stability(value=Deprecated) @Deprecated @NotNull public ProjectType getProjectType()
@Stability(value=Deprecated) @Deprecated @Nullable public AutoApprove getAutoApprove()
@Stability(value=Deprecated) @Deprecated @Nullable public DevContainer getDevContainer()
This will be undefined if devContainer boolean is false
@Stability(value=Deprecated) @Deprecated @Nullable public GitHub getGithub()
This will be undefined for subprojects.
@Stability(value=Deprecated) @Deprecated @Nullable public Gitpod getGitpod()
This will be undefined if gitpod boolean is false
@Stability(value=Deprecated) @Deprecated @Nullable public VsCode getVscode()
This will be undefined for subprojects.
Copyright © 2021. All rights reserved.