@Property( surroundWithTag = false ) @NotNull public PhpCommandLineSettings getCommandLineSettings() { PhpCommandLineSettings var10000 = this.myCommandLineSettings; if (this.myCommandLineSettings == null) { throw new IllegalStateException(String.format("@NotNull method %s.%s must not return null", new Object[]{"com/jetbrains/php/run/script/PhpScriptRunConfiguration$Settings", "getCommandLineSettings"})); } else { return var10000; } }
@NotNull @Property(surroundWithTag = false) @Tag("devices") @AbstractCollection(surroundWithTag = false, elementTag = "device", elementValueAttribute = "id") public List<String> getDeviceIds() { return myDeviceIds; }
@Tag("layouts") @Property(surroundWithTag = false) @MapAnnotation(surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, keyAttributeName = "url", entryTagName = "layout") public Map<String, ConfigurationFileState> getUrlToStateMap() { return myUrlToStateMap; }
@Tag("selectors") @Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false) @NotNull public List<Selector> getSelectors() { return new ArrayList<Selector>(mySelectors.values()); }
@NotNull @Override @Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false, elementTag="branch") public List<BranchInfo> getBranches() { return myBranches; }
@NotNull @Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false, elementTag="workItem") @Override public List<WorkItem> getWorkItems() { return myWorkItems; }
/** * @return the last successful authentications */ @Property(surroundWithTag = false) @MapAnnotation(surroundKeyWithTag = false, surroundValueWithTag = false, surroundWithTag = false, entryTagName = "successfulAuthentication", keyAttributeName = "user", valueAttributeName = "method") public Map<String, String> getLastSuccessful() { return myLastSuccessful; }
@Tag("layouts") @Property(surroundWithTag = false) @MapAnnotation(surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, keyAttributeName = "url", entryTagName = "layout") public Map<String, RenderConfigurationFileState> getUrlToStateMap() { return myUrlToStateMap; }
@Tag("customStates") @Property(surroundWithTag = false) @MapAnnotation( surroundWithTag = false, keyAttributeName = "state", valueAttributeName = "name", surroundKeyWithTag = false, surroundValueWithTag = false ) public Map<TaskState, String> getCustomStateNames() { return myCustomStateNames; }
@NotNull @Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false, elementTag = "changelist") public List<ChangeListInfo> getChangeLists() { return myChangeLists; }
@NotNull @Override @Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false, elementTag = "branch") public List<BranchInfo> getBranches() { return myBranches; }
@NotNull @Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false, elementTag = "workItem") @Override public List<WorkItem> getWorkItems() { return myWorkItems; }
@Property @NotNull public String getTestScope() { return StringUtil.notNullize(testScope); }
@Property @NotNull public String getTesterExecutable() { return StringUtil.notNullize(testerExecutable); }
@Property @Nullable public String getTesterOptions() { return testerOptions; }
@Property @Nullable public String getSetupScriptPath() { return setupScriptPath; }
@Property @Nullable public String getPhpInterpreterId() { return phpInterpreterId; }
@Property @NotNull public List<PhpConfigurationOptionData> getPhpInterpreterOptions() { return phpInterpreterOptions; }
@Property @Nullable public String getPhpIniPath() { return phpIniPath; }
@Property @NotNull public Boolean getUseSystemPhpIni() { return useSystemPhpIni; }
@Property @NotNull public PhpCommandLineSettings getPhpCommandLineSettings() { return phpCommandLineSettings; }
@Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false) public List<FacetState> getSubFacets() { return mySubFacets; }
@Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false) public List<FacetState> getFacets() { return myFacets; }
@Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false) public List<ArtifactState> getArtifacts() { return myArtifacts; }
@Property(surroundWithTag = false) @AbstractCollection(surroundWithTag = false) public List<ArtifactPropertiesState> getPropertiesList() { return myPropertiesList; }
@Property(surroundWithTag = false) @AbstractCollection(elementTag = "artifact", surroundWithTag = false) public List<Artifact> getArtifacts() { return myArtifacts; }
@NotNull @Property(surroundWithTag = false) @AbstractCollection(elementTag = "framework", surroundWithTag = false, elementValueAttribute = "") public List<String> getFrameworks() { return myFrameworks; }
@Property(surroundWithTag = false) public ArtifactEditorSettings.ArtifactEditorSettingsState getDefaultArtifactSettings() { return myDefaultArtifactSettings; }
@Property(surroundWithTag = false) @MapAnnotation(surroundKeyWithTag = false, surroundWithTag = false, surroundValueWithTag = false, entryTagName = "facet-type-state", keyAttributeName = "type") public Map<String, FacetTypeStateBean> getFacetTypeElements() { return myFacetTypeElements; }
@Property(surroundWithTag = false) public SplitterProportionsDataImpl getProportions() { return proportions; }
@Property(surroundWithTag = false) @MapAnnotation(surroundKeyWithTag = false, surroundWithTag = false, surroundValueWithTag = false, entryTagName = "history-entry", keyAttributeName = "file") public Map<String, ConfigurationBean> getHistoryElements() { return myHistoryElements; }
@Property(surroundWithTag = false) @MapAnnotation(surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, keyAttributeName = "id", entryTagName = "system") public Map<String, State> getExternalSystemsState() { return myExternalSystemsState; }
@Property(surroundWithTag = false) @MapAnnotation(keyAttributeName = "path", entryTagName = "task", surroundWithTag = false, surroundValueWithTag = false, surroundKeyWithTag = false, sortBeforeSave = false) public Map<String, TaskActivationState> getExternalSystemsTaskActivation() { return myExternalSystemsTaskActivation; }
@Property(surroundWithTag = false) public ExternalProjectsViewState getProjectsViewState() { return projectsViewState; }
@Nullable @Property(surroundWithTag = false) public LogExpression getLogExpression() { return myLogExpression; }
@Nullable @Property(surroundWithTag = false) public Condition getCondition() { return myCondition; }