@Immutable public class MsBuildTaskProperties extends TaskProperties
| Constructor and Description |
|---|
MsBuildTaskProperties(String description,
boolean enabled,
String executable,
String projectFile,
String options,
String environmentVariables,
String workingSubdirectory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AtlassianModuleProperties |
getAtlassianPlugin() |
String |
getEnvironmentVariables() |
String |
getExecutable() |
String |
getOptions() |
String |
getProjectFile() |
String |
getWorkingSubdirectory() |
int |
hashCode() |
void |
validate() |
applicableTo, getDescription, isEnabled, toStringpublic MsBuildTaskProperties(@Nullable
String description,
boolean enabled,
@NotNull
String executable,
@NotNull
String projectFile,
@NotNull
String options,
@NotNull
String environmentVariables,
@NotNull
String workingSubdirectory)
throws PropertiesValidationException
PropertiesValidationExceptionpublic void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskProperties@NotNull public AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiespublic String getExecutable()
public String getProjectFile()
public String getOptions()
public String getEnvironmentVariables()
public String getWorkingSubdirectory()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.