ApiResponse<EnvironmentVariablePair> |
PreviewApi.createEnvVarWithHttpInfo(String projectSlug,
EnvironmentVariablePair1 environmentVariablePair1) |
Create an environment variable
Creates a new environment variable.
|
ApiResponse<EnvironmentVariablePair> |
ProjectApi.createEnvVarWithHttpInfo(String projectSlug,
EnvironmentVariablePair1 environmentVariablePair1) |
Create an environment variable
Creates a new environment variable.
|
ApiResponse<EnvironmentVariablePair> |
PreviewApi.getEnvVarWithHttpInfo(String projectSlug,
String name) |
Get masked environment variables
Returns the masked value of environment variable :name.
|
ApiResponse<EnvironmentVariablePair> |
ProjectApi.getEnvVarWithHttpInfo(String projectSlug,
String name) |
Get masked environment variables
Returns the masked value of environment variable :name.
|
List<EnvironmentVariablePair> |
PreviewApi.listEnvVars(String projectSlug) |
Get an environment variable
Returns four 'x' characters, in addition to the last four ASCII characters of the value, consistent with the display of environment variable values on the CircleCI website.
|
List<EnvironmentVariablePair> |
ProjectApi.listEnvVars(String projectSlug) |
Get an environment variable
Returns four 'x' characters, in addition to the last four ASCII characters of the value, consistent with the display of environment variable values on the CircleCI website.
|
ApiResponse<List<EnvironmentVariablePair>> |
PreviewApi.listEnvVarsWithHttpInfo(String projectSlug) |
Get an environment variable
Returns four 'x' characters, in addition to the last four ASCII characters of the value, consistent with the display of environment variable values on the CircleCI website.
|
ApiResponse<List<EnvironmentVariablePair>> |
ProjectApi.listEnvVarsWithHttpInfo(String projectSlug) |
Get an environment variable
Returns four 'x' characters, in addition to the last four ASCII characters of the value, consistent with the display of environment variable values on the CircleCI website.
|