Class MsBuildTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.MsBuildTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorDescriptionMsBuildTaskProperties
(@Nullable String description, boolean enabled, @NotNull String executable, @NotNull String projectFile, @NotNull String options, @NotNull String environmentVariables, @NotNull String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull AtlassianModuleProperties
int
hashCode()
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
MsBuildTaskProperties
public MsBuildTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String executable, @NotNull @NotNull String projectFile, @NotNull @NotNull String options, @NotNull @NotNull String environmentVariables, @NotNull @NotNull String workingSubdirectory, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
getExecutable
-
getProjectFile
-
getOptions
-
getEnvironmentVariables
-
getWorkingSubdirectory
-