Class NUnitRunnerTaskProperties

java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.NUnitRunnerTaskProperties
All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties

public class NUnitRunnerTaskProperties extends com.atlassian.bamboo.specs.api.model.task.TaskProperties
  • Constructor Details

    • NUnitRunnerTaskProperties

      public NUnitRunnerTaskProperties(@Nullable @Nullable String description, boolean enabled, @NotNull @NotNull String executable, @NotNull NUnitRunnerTask.NUnitVersion nUnitVersion, @NotNull @NotNull String nUnitTestFiles, @NotNull @NotNull String resultFilename, @NotNull @NotNull List<String> testsToRun, @NotNull @NotNull List<String> testCategoriesToInclude, @NotNull @NotNull List<String> testCategoriesToExclude, @Nullable @Nullable String commandLineOptions, @Nullable @Nullable String environmentVariables, @NotNull @NotNull List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull @NotNull List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
      Throws:
      com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
  • Method Details

    • getAtlassianPlugin

      @NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
      Specified by:
      getAtlassianPlugin in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
    • getExecutable

      @NotNull public @NotNull String getExecutable()
    • getNUnitVersion

      @NotNull public NUnitRunnerTask.NUnitVersion getNUnitVersion()
    • getNUnitTestFiles

      @NotNull public @NotNull String getNUnitTestFiles()
    • getResultFilename

      @NotNull public @NotNull String getResultFilename()
    • getTestsToRun

      @NotNull public @NotNull List<String> getTestsToRun()
    • getTestCategoriesToInclude

      @NotNull public @NotNull List<String> getTestCategoriesToInclude()
    • getTestCategoriesToExclude

      @NotNull public @NotNull List<String> getTestCategoriesToExclude()
    • getCommandLineOptions

      @Nullable public @Nullable String getCommandLineOptions()
    • getEnvironmentVariables

      @Nullable public @Nullable String getEnvironmentVariables()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
    • validate

      public void validate()
      Specified by:
      validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties
      Overrides:
      validate in class com.atlassian.bamboo.specs.api.model.task.TaskProperties
    • applicableTo

      public EnumSet<com.atlassian.bamboo.specs.api.builders.Applicability> applicableTo()
      Overrides:
      applicableTo in class com.atlassian.bamboo.specs.api.model.task.TaskProperties